LPCOpen Keil Freertos project issue

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

LPCOpen Keil Freertos project issue

1,464 次查看
daweiyou
NXP Employee
NXP Employee

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.

  1. The LPC11U68’s project, default optimization level is 3, after change the optimization level from Level3(default) to 0,  the project could work;
  2. But the LPC824-MAX, even if change the optimization level, which could not work yet.

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

标签 (1)
0 项奖励
回复
3 回复数

1,250 次查看
alan_ning
NXP Employee
NXP Employee

Hi Dawei,

Concerning the issue on lpc11u68, it's due to a wrong configuration of the include path related to FreeRTOS.

To fix it, need to change

Capture0.PNG

to

Capture.PNG

0 项奖励
回复

1,250 次查看
daweiyou
NXP Employee
NXP Employee

get it, thanks.

0 项奖励
回复

1,250 次查看
alan_ning
NXP Employee
NXP Employee

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...

0 项奖励
回复