Posted on May 17, 2011 at 12:46Quote:On 25-09-2008 at 13:01, Anonymous wrote: I've found a solution to my problem - thanks to those who investigated. Solution follows below. Note that it only works with IAR EWARM 5.X: Step 1: Set .intvec start in ...
Posted on April 10, 2009 at 09:30Thank you sjo! 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. Chee...
Posted on April 09, 2009 at 11:15I'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 (nev...
Posted on April 01, 2009 at 10:20Quote:On 10-12-2008 at 18:00, Anonymous wrote: Hi All, i am using Keil MDK and using ST731 controller. I am using IAP for loading my aplication program. Problem is that whenever i enable the interrupt in application...
Posted on March 31, 2009 at 12:10One step more! Now I'm able to connect to RS232 and upload my Application; after that pressing ''2'' key my application starts. One big problem again: using application without interrupts and starting from 0x80002000...