• How to change the application start address?
    Hi, I'm using the STM32F103ZD uC and the Keil IDE uVision V4.03q. I would like to place my default application at the lowest flash address 0x0800 0000 and I like to place my bootloader at address...
  • How to change the application start address?
    Hi, I'm using the STM32F103ZD uC and the Keil IDE uVision V4.03q. I would like to place my default application at the lowest flash address 0x0800 0000 and I like to place my bootloader at address...
  • How I can change the starting address in monitor mode
    Problem: I would like to change Reset address (0x0000) to another one (0x800000) in the MONITOR Mode, because in our hardware RAM starts at this address. I am able to load my program into RAM using...
  • How I can change the starting address in monitor mode
    Problem: I would like to change Reset address (0x0000) to another one (0x800000) in the MONITOR Mode, because in our hardware RAM starts at this address. I am able to load my program into RAM using...
  • My code is not working if i change the address of flash memory , where the code can be loaded and if change the address back to the base address 0x80000000 then it works. Why?
    I am trying to make a custom bootloader, and for that i need to change the flash memory address of the user code (the code which i will upload through the bootloader). So , i made a GPIO Toggle code with...