FreeRTOS in LPC1343

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

FreeRTOS in LPC1343

710 Views
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
Labels (1)
Tags (2)
0 Kudos
Reply
1 Reply

501 Views
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 Kudos
Reply