• 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...
  • Store a binary file inside Microcontroller's internal flash along with the main application code
    Hi, I have a requirement where i need to store a binary file inside Microcontroller's internal flash, which i need to send serially to a module connected on UART later in the main application execution...
  • Store a binary file inside Microcontroller's internal flash along with the main application code
    Hi, I have a requirement where i need to store a binary file inside Microcontroller's internal flash, which i need to send serially to a module connected on UART later in the main application execution...
  • jump to a location
    can i jump from a bootloader designed by me to an application program by changing the ProgramCounter .. i have an address location in a variable .. mov pc, addr .. is this possible or any other options...