We try to develop a flashloader for LPC1768 with ext. SPI Flash.
"Data" -> J-Flash (on PC) -> J-Link -> LPC1768 -> ext. SPI Flash
This project use CMSIS Driver and CMSIS uses SPI-Interrupt to communicate with ext. SPI-Flash.
This works fine in debug.
But in release, it can not jump into the interrupt function "void SSPx_IRQHandler (SSP_RESOURCES *ssp)"
Because there is a LED Blinky in this Interrupt, and the LED never blinks. (But it blinks in debug)
Is it possible, the J-Flash shut down the interrups by program/erase/read?
How can I activate interrupt in Open Flashloader?
"Data" -> J-Flash (on PC) -> J-Link -> LPC1768 -> ext. SPI Flash
This project use CMSIS Driver and CMSIS uses SPI-Interrupt to communicate with ext. SPI-Flash.
This works fine in debug.
But in release, it can not jump into the interrupt function "void SSPx_IRQHandler (SSP_RESOURCES *ssp)"
Because there is a LED Blinky in this Interrupt, and the LED never blinks. (But it blinks in debug)
Is it possible, the J-Flash shut down the interrups by program/erase/read?
How can I activate interrupt in Open Flashloader?