Hope someone can help? We have a small project running with FreeRTOS 5.4.0 and the GNU Toolchain for ARM (GCC). The project is just a skeleton right now which provides a serial console, some CAN stuff, some LCD output, etc. We are using two MCB2300 Kiel boards … one with a 2388 and the other with a 2368. The 2388 board runs fine. The same code crashes immediately on the 2368 board (exactly the same .hex file) as soon as it tries to call xQueueCreate (or XTaskCreate if we comment out the queuecreate) in the main.c after startup/initialization successfully. The two processors ought to be basically identical! Any clues from the gurus? THANKS!
I’ll look through that … my underlying assumption was that the 2388/68 were basically identical except for the pin package and the fact that the 2388 support OTG USB. We’ll comb over the specs again and adjust some stuff and see what happens. THANKS!
I don’t know what the problem is. But I’m trying to get freeRTOS running on my LPC2388. I also use GCC ARM but can’t get the code to compile. Could you send me startup.s compile_batch file and the link file to xxxx@xxxx. Just to get freeRTOS running.