Closed
Description
Description of defect
Compiling code for the Portenta H7 with the Arduino bootloader expects the code to start at mbed_rom_start=0x08040000.
The current targets.json this value is set to 0x08000000
Line 3481 in 99cb885
Target(s) affected by this defect ?
Portenta H7 M7
Toolchain(s) (name and version) displaying this defect ?
[email protected]
through platformio
What version of Mbed-os are you using (tag or sha) ?
mbed-os 6.9.0
"bare-metal" profile
What version(s) of tools are you using. List all that apply (E.g. mbed-cli)
Platformio
platformio-stm32 @ 15.2.0
framework-mbed @ 6.60900.210318 (6.9.0)
How is this defect reproduced ?
flashing the blinky script will not run without mbed_rom_start=0x08040000 changed in target.json in the framework-mbed folder in platformio/packages
(i think there is an mbed_app.json overwrite which can be used instead of editing target.json but It went under in today's debugging)