AudioRecord

Dependencies:   STM32L4xx_HAL_Driver CMSIS_DSP_401

Revision:
2:1066910a6cbc
Parent:
0:d4e5ad7ad71c
--- a/startup_stm32l476xx.s	Wed Nov 25 17:31:28 2015 +0000
+++ b/startup_stm32l476xx.s	Wed Nov 25 17:35:26 2015 +0000
@@ -48,8 +48,9 @@
 Stack_Size      EQU     0x400;
 
                 AREA    STACK, NOINIT, READWRITE, ALIGN=3
-                EXPORT  __initial_sp
+                    EXPORT __initial_sp
 Stack_Mem       SPACE   Stack_Size
+
 __initial_sp    
 
 
@@ -57,7 +58,7 @@
 ;   <o>  Heap Size (in Bytes) <0x0-0xFFFFFFFF:8>
 ; </h>
 
-Heap_Size       EQU     0x200;
+Heap_Size       EQU     0x10000;
 
                 AREA    HEAP, NOINIT, READWRITE, ALIGN=3
                 EXPORT __heap_base
@@ -414,7 +415,7 @@
 ;*******************************************************************************
 ; User Stack and Heap initialization
 ;*******************************************************************************
-;                 IF      :DEF:TARGET_L476RG
+;                 IF      :DEF:MICROLIB
 ;
 ;                 EXPORT  __initial_sp
 ;                 EXPORT  __heap_base