• P89V51RD2 Code starting location
    I am using P89V51RD2, and I am coding in C. I want my code to begin at address 0x2001. How can I do that with the help of C code?
  • Starting up my code
    I'm using J-Link debugger to program my STM32F103 MCU, and everything is going fine. However when I disconnect the debugger from the controller board, the MCU doesn't work anymore, even if I reset it...
  • Starting up my code
    I'm using J-Link debugger to program my STM32F103 MCU, and everything is going fine. However when I disconnect the debugger from the controller board, the MCU doesn't work anymore, even if I reset it...
  • P89V51RD2 Code starting location
    I am using P89V51RD2, and I am coding in C. I want my code to begin at address 0x2001. How can I do that with the help of C code?
  • IAP: Starting application code execution
    Yet another IAP question! I am writing an IAP (In Application Programming) tool where a dedicated update button is not available. I must code around the issues this presents. The processor will...