Hello, I was wondering if Keil has come out yet with a RTX_Config.c file for the TI TMS470 (ARM7TDMI) devices, or if anyone had successfully modified the above mentioned file after copying the Philips device file?
My team is trying to incorporate the RTX kernel into our project and is unsure as to what modifications would be necessary. I've tried following the instructions described in the "Using RTX Kernel in a New Project" guide on the Keil web-site, but am stuck trying to replace certain timer register definitions of the Philips MCU with somewhat comparable modules from the TMS470R1B1M. Without these modifications, the project won't build properly.
Any ideas or files available?
Hi Kevin,
Even I am facing the same problem. I have tried the same suggested by you but facing the error "RTX_Blinky.axf: error: L6789U: Library RTLRTX.LIB member rt_list.o : Endianness mismatch." I am using a full version of Keil where my time stamp of RTX_Config.C is V3.10 / 14-jun-2007. Cannot it run with that?
it would be helpful if you paste the code which modifies RTX_Config.c to TMS470R1B1M.