Hi there, Iam doing an automotive project based on NXP's LPC2368 ARM7 controller and Iam using Keil UVision3 IDE with GNU compiler. Here, i need to write the application in such a way that CAN data is sent to the UART continously and at the same time the PC is plugged in to read the the RAW and Filtered CAN data through the USB.
Please I would like to know whether using a RTX51tiny or full version will be suitable for this application and whether using the GNU compiler is correct.
RTX51 Tiny is designed for the 8051 using the Keil PK51. It will not work with GNU.
If you are using the RealView MDK (http://www.keil.com/arm/mdk310.asp) you can use the RTX Real-Time Kernel that comes in this package for the NXP LPC23xx devices. You can find also an RTX example in the folder C:\Keil\ARM\Boards\Keil\MCB2300\RTX_Blinky.