I try to port FreeRTOS on a SAM3U-EK board with Keil toolchain.
I use an existing working project and I have included FreeRTOS sources.
Unfortunately, portASM.s file i use (from CORTEX_AT91SAM3U256_IAR\Source\portable\RVDS\ARM7_LPC21xx\) seem d’ont compile with SAM3U. I have the following error:
“portASM.s(69): error: A1630E: Specified processor or architecture does not support ARM instructions”
Have there an working port of portASM.s for SAM3U?
I have modified the demo program. Only two tasks are running: vStartLEDFlashTasks and the task for LCD (just for show a single text line).
When the program runs on the SAM3U-EK board, it’s very slow (!).After a while, the program resets. I have the same problem under simulation, the program resets and I have not found why.