I'm working on a STR730-ks eval board by IAR SYSTEMS. IAR Embedded Workbench IDE rel. 5.30.2.
I'm using the example made by IAR. My question is: all examples that use interrupts work setting ARM C Code mode only (never in Thumb). Which is the reason of this? Is it possible to set Thumb C Code instead of ARM in application where interrupt are used)? How? Where do I must set instructions in order to do this? Thanks Paolo
I found solution to my problem enabling ''Generate interwork code'' inside project options of IDE in C/C++ Compiler section. This allows me to mix my Thumb code with Arm Interrupt service routine. Cheers Paolo