2008-06-03 06:11 PM
2008-06-02 05:28 AM
Might anybody help me???
I use STR710, ARM core. Development tool is IAR Embedded Workbench. ST's examples totally use ARM instruction. May I use Thumb instruction? Anyone has example of STR710 in instruction Thumb, please give me some example. Thanks so much.2008-06-02 07:56 AM
The CPU in STR71x microntrollers is ARM7TDMI which supports the THUMB instruction set. The IAR development tools support code generation for ARM and THUMB instruction sets. You should consult documentation that comes with IAR tools to see how it's done.
I have used ARM and THUMB code generated by IAR tools with an STR710 microcontroller without any problems.2008-06-03 06:11 PM
Thanks Volius so much. I am looking for example of STR710 in THUMB instruction . I use the example of STR710 ( IAR supplies), but in ARM instruction.