Recently I tried to use LPCopen for LPC11U68 and LPC824, but latest LPCOpen SDK 3.02, the Keil project of freertos_blinky both couldn’t work in default project setting.
Could someone have a look at such issues? Thaks.
The project and LPCOpen SDK version is like as below:
lpcopen_3_02_keil_iar_nxp_lpcxpresso_824
lpcopen_3_02_keil_iar_lpcxpresso_11u68
keil\freertos_blinky
Hi Dawei,
I'd like to update you on the issues.
The freertos issue on lpc824 is due to the wrong definition of heap size in keil_startup_lpc11u6x.s. To fix it, need to modify the definition like:
Heap_Size EQU 0x00000600
Regarding the issue on lpc11u68, I will check it soon...