2010-04-09 07:20 AM
How do I determine my processor type?
2011-05-17 01:00 AM
You might create a new project choosing the processor type.
1 - File-> new ->project; 2 - Target ->ARM->STR9x->STR912FAW46 3 - Add the *.c to the new project. I'm using the RIDE 7 IDE. And it works for me. Hope I help you. Augusto2011-05-17 01:00 AM
I want to be able to determine the processor type that the software is running on. I can't seem to find a configuration register that I can read from my software to help me determine which processor it is.
2011-05-17 01:00 AM
informations about your processor type is mapped into the CR0 register from the coprocessor interface.