• Program does not jump to Main()
    Hello there! The problem I'm facing is quite simple: when I try to debug my program it doesn't jump to the main function. All I can see in the debug window after the code is loaded into the uC is...
  • Program does not jump to Main()
    Hello there! The problem I'm facing is quite simple: when I try to debug my program it doesn't jump to the main function. All I can see in the debug window after the code is loaded into the uC is...
  • 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...
  • 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...
  • Memory issues when jumping from boot loader to main application
    Hello, At the moment, I'm working on software for a STM32F4 series micro-controller. The software consists out of a boot loader and a main application. The code itself has been working quite nicely...