• start keil call stack?
    Hi boys, I am using a developing M8051EW-based mcu, and I try to support the AGDI interface of Keil. From a few weeks ago, I ran into a corner to discover how to use keil's call stack. The stage i reach...
  • how to start DFU Bootloader
    Hi I’m trying to start the DFU bootloader so that I can use the DfuSe (v3.0.0) to download software from the PC to the SPI flash on the board, but my pc can’t recognize the Dfu, I have set jumper BOO1...
  • STM32 Start DFU Bootloader
    Hello, I'm developing a bootloader for a STM32F2 Controller. One Feature of the bootloader is that it can start the STM32 internal DFU bootloader. Therefore I use some RAM Region where I set a...
  • Bootloader for LPC1766 - starting the program
    I'm working on a bootloader that uses a hex file and I would like to know, how to start loaded program. In Keil v. 4.24 startup.s file contained this: Reset_Handler PROC EXPORT Reset_Handler...
  • Interrupt called with interrupt
    I am facing a problem that while executing a serial receive interrupt my program needs to service a timer0 interrupt. The program is not jumping to the timer0 isr till the uart isr is fully complete...