LPC43xx FreeRTOS Debugging

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

LPC43xx FreeRTOS Debugging

825 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by krrish on Tue Jul 22 21:44:32 MST 2014
I have enabled the DEBUG_ENABLE macro but after Creating the task in task code i have printf and DEBUGOUT statements are not printing anything.....

Please give me any suggestions.
Thanks in Advance.. 
0 Kudos
Reply
2 Replies

803 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by sundarapandian on Wed Jul 23 09:45:00 MST 2014
The problem could also be due to memory allocation within the task, please check this FAQ and try it out to see if that solves your problem.

**UPDATE**: The heap check functionality is updated in the latest version of LPCXpresso (v7.3.0), if you are using an older version (v7.2.0 and below) it is recommended to use the new version instead of applying the patch suggested in the FAQ mentioned above.
0 Kudos
Reply

803 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by lpcxpresso-support on Wed Jul 23 00:50:37 MST 2014
If you are trying to get "semihosted" output to the LPCXpresso debugger console, you will need to ensure that you have linked against the "semihost" library variant. For more information see...

http://www.lpcware.com/content/faq/lpcxpresso/switching-selected-c-library
http://www.lpcware.com/content/faq/lpcxpresso/library-variants
http://www.lpcware.com/content/faq/lpcopen-debug-inputoutput-support

If you need further assistance, then please post a more detailed explanation of your setup.

Regards,
LPCXpresso Support
0 Kudos
Reply