• Keil C jump to Main
    Hello, Could anyone advises how we can code in such a way to jump to Main() in C? Thanks.
  • Jumping back to main program inside ISR
    Hi all, I have a C51 application that requires the following operation which is close to a reset but it is not a reset: 1. when a bit is set in a register, call a function and return 2. when...
  • Program does not reach main, uVision5
    Hello, My project involve FATFS and USB MSC. We started this project with STM32L073 MCU. Than, we changed our MCU with STM32L072. After changing MCU, we faced the problem. Now, I can build my code without...
  • in application programming does not jump to user app
    Hi there, I tried to execute the IAP code (AN3965) on a f4 discovery board. I can say that the loader reads an writes binarys perfectly, it was testet with flash loader demonstrator. But jumping...
  • The main program loop
    Hello, I use the C51 compilers to compile C programs to the 87C51 microcontroller. When i compile my file, te compiler makes the program as endless loop ( The program runs continuously ). How can compile...