Hi, again.
Until now I have the Blinky application working with changes I have made to it. Namely, I removed the LCD, timer and UART-related parts and inserted a simple loop instead. The loop increments value of a counter variable and turns a on-board LED red or green depending on the counter value.
However, the original Blinky sample application, provided along with installation package of Flash Magic tool 5.74 does not work on my board.
In particular, the timer and UART interrupts are not working.
I have to note, that after the Blinky application has been re-built using a GCC compiler, I re-checked the .map file to ensure appropriate addressing of the application software.
However, it looks like the interrupts are stay in the Flash memory instead of being mapped to on-chip SRAM.
What I miss? Please advise.
maximb
Until now I have the Blinky application working with changes I have made to it. Namely, I removed the LCD, timer and UART-related parts and inserted a simple loop instead. The loop increments value of a counter variable and turns a on-board LED red or green depending on the counter value.
However, the original Blinky sample application, provided along with installation package of Flash Magic tool 5.74 does not work on my board.
In particular, the timer and UART interrupts are not working.
I have to note, that after the Blinky application has been re-built using a GCC compiler, I re-checked the .map file to ensure appropriate addressing of the application software.
However, it looks like the interrupts are stay in the Flash memory instead of being mapped to on-chip SRAM.
What I miss? Please advise.
maximb