Posted on May 17, 2011 at 09:50With new version of startup files it is possible only single-step through code by J-link. If I run the code, I get Abort Handler.
Posted on May 17, 2011 at 09:50Hi, I have similar problem. If I load code to the flash using J-Link and run - application works correctly. When I start my application without J-Link I get Undefined Handler. The problem seems as bad stack pointer ini...
Posted on May 17, 2011 at 09:47We use AD73360L with STR912FA44 , They are connected in cascade as master to SSP1 (TI mode), STR9 is the slave. Here is my code. SSP1 Initialization : SSP_DeInit(SSP1); SSP_InitStructure.SSP_FrameFormat = SSP_FrameFor...
Posted on May 17, 2011 at 09:40Hello, I had the same problem with External interrupt + Tim0 interrupt. When I use modified macro (MSR cpsr_c,#0x1F | I_Bit;// Switch to SYS mode and disable IRQ modified by KMSHIM, 2007/03/15 ), program works correctl...