• 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...
  • KEIL long jump
    Hello How can i instruct keil to use BLX instruction instead of BL.W while calling functions ? any compiler settings ? I need to call a function which is there in flash from ram code. Thanks...
  • main( ) function
    I want to know something regarding main function. For an application, the syntax for main function is something like: void main(void) { // ... // code // ... } but if we write as: int main(void...
  • How can I get the reset vector to jump straight to main
    I have created a image relocation scheme where my boot loader can load an image into one of several positions in the flash and execute them individually. This involves remapping the IVT from that created...