Posted on May 17, 2011 at 13:27Hey! First of all, thx gds for your reply. I'm now getting interrupts when i download in FLASH section, without any problems. But it still doesn't work in the RAM section. Relocation of the vector table is done correct...
Posted on May 17, 2011 at 13:27Hey! I'm using the newest toolchain from CodeSourcery and the provided linker scripts files from lanchon(CS3 framework). I can download and debug my project without any problems to the target, but none of my interrupts...
Posted on May 17, 2011 at 13:18Hey guys! Could someone explain to me please in the application note ''an2592'' why they do this operations in the TIM3_IRQHandler() { if (MSB1 > MSB2) { MSB = 0xFFFF - ((MSB1 - MSB2)) - 1; } else { MSB = (MSB2 -...
Posted on May 17, 2011 at 12:25Hey! First of all: lanchon great work! your linker scripts helped me a lot to get things working. But i have one little problem. I can debug in RAM or Flash and my application is working like it should(tested it with I...