HI,
I have ported the FreeRTOS with LPC2468 using Eclipse and tested with LED flash task.But iam not abe to print the message in hyperterminal via serial port.What could be the issue?what are the settings or files i need to add
Thanks in advance
i tried in 2 ways
1. added the serial port code which is working with KEIL compiler(LPC2468 based) without using any free rtos task.
here i am getting the junk value in hyperterminal (baudrate using 9600)
2.added the vPrintDisplayMessage("Hello"); along with the free rtos other task from main.
(used vStartLEDFlashTasks( mainFLASH_PRIORITY ); and its working)
Here i am not getting any display message
what could be the problem.Thanks in advance