FreeRTOS in LPC1343

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

FreeRTOS in LPC1343

1,060 次查看
vishnuprasadpra
Contributor I

Hello,

I'm currently using LPC1343, and I'm trying use FreeRTOS in it. But I have been encountering with lots of error. Can you help me all the steps that I have to take, to implement FreeRTOS.

/* Interrupt nesting behaviour configuration. */#define configKERNEL_INTERRUPT_PRIORITY         [dependent of processor]#define configMAX_SYSCALL_INTERRUPT_PRIORITY    [dependent on processor and application]#define configMAX_API_CALL_INTERRUPT_PRIORITY   [dependent on processor and application]

What value I should define for these? Which heap to be used?

Thank you
标签 (1)
标记 (2)
0 项奖励
回复
1 回复

851 次查看
jeremyzhou
NXP Employee
NXP Employee

Hi,

To provide the fastest possible support I want to point you to a similar question which has been answered on our NXP community.

Please refer to RTOS for ARM Cortex-M to view the details.
Have a great day,
Ping

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 项奖励
回复