IAP class library for LPC1768, LPC11U24, LPC1114, LPC812 and LPC824
Fork of IAP by
Diff: IAP.cpp
- Revision:
- 8:50984d2eaabc
- Parent:
- 7:c8bf974ecb33
--- a/IAP.cpp Tue Mar 10 04:19:23 2015 +0000 +++ b/IAP.cpp Thu Nov 05 04:03:28 2015 +0000 @@ -33,7 +33,7 @@ #define USER_FLASH_AREA_START_STR( x ) STR( x ) #define STR( x ) #x -unsigned char user_area[ USER_FLASH_AREA_SIZE ] __attribute__((section( ".ARM.__at_" USER_FLASH_AREA_START_STR( USER_FLASH_AREA_START ) ), zero_init)); +unsigned char user_area[ USER_FLASH_AREA_SIZE ] __attribute__((section( USER_FLASH_AREA_START_STR( USER_FLASH_AREA_START ) ))); /* * Reserve of flash area is explained by Igor. Please refer next URL