Posted on May 17, 2011 at 13:25I am trying to write linker scripts to execute code out of external RAM instead of the embedded SRAM (0x2000 0000). Can any one point me to some documentation / pointers which has info on this? The .icf linker script h...
Posted on May 17, 2011 at 13:25I could make Timer2 Interrupt as well as USART1 work perfectly fine. The only change I made was changing Timer mode to Output Inactive. In output active, it was not working correctly. My Timer 2 ISR toggles PA0 and PA1...
Posted on May 17, 2011 at 13:25Please let me know if this makes any sense -I notice that USART input is disabled after the code runs for awhile. This happens only when I try to setup the timer config. If i donot start Timer2, the USART etc work fine...
Posted on May 17, 2011 at 13:25How do i check stack issues? I did a bit of modification in the code and changed USART to polling. I notice that USART input is disabled after the code runs for awhile. This happens only when I try to setup the timer c...