stm32duino / BoardManagerFiles

Storage for Arduino Board Manager JSON and package files etc
BSD 3-Clause "New" or "Revised" License
104 stars 90 forks source link

How to modify the upload address when using DFU mode? #68

Closed TangYanYee closed 4 months ago

TangYanYee commented 4 months ago
  -------------------------------------------------------------------
                   STM32CubeProgrammer v2.15.0                  
  -------------------------------------------------------------------

USB speed : Full Speed (12MBit/s) Manuf. ID : STMicroelectronics Product ID : STM32 DownLoad Firmware Update SN : 205335724653 DFU protocol: 1.1 Board : -- IAP

Memory Programming ... Opening and parsing file: stm32mb.ino.bin File : stm32mb.ino.bin Size : 33.76 KB Address : 0x08000000

Right now the address is at 0x08000000, may I ask how should i change it to other address?

fpistm commented 4 months ago

Hi @TangYanYee First, do not open issue for question/support, forum or discussions are better place for this. Moreover it is not link to the BoardManagerFiles GitHub repository.

You have to specify the build.flash_offset linked to your board using the boards.local.txt

TangYanYee commented 4 months ago

ok, thanks for your help. Sorry if I've caused any inconvenience.