-
Notifications
You must be signed in to change notification settings - Fork 3k
Closed
Labels
Description
Description of defect
Running into HardFault during initialize OS kernel. I believe it is the same error like in #12690. There was a fix made for the STM32G474 with commit 658d89b, i think that fix should be applied for all STM32G4 targets. Can anyone confirm this ?
Target(s) affected by this defect ?
At least all STM32G4 except G474 because it is already fixed there.
Toolchain(s) (name and version) displaying this defect ?
arm-none-eabi-gcc (GNU Tools for Arm Embedded Processors 9-2019-q4-major) 9.2.1 20191025 (release) [ARM/arm-9-branch revision 277599]
What version of Mbed-os are you using (tag or sha) ?
mbed-os 6.2.0
What version(s) of tools are you using. List all that apply (E.g. mbed-cli)
mbed-cli: 1.10.2
How is this defect reproduced ?
I use a custom board with the STM32G473, i don't know if there existing evaluation kits for that MCU. It should be enough to build and run a simple mbed-os example but i'm not sure, in our case the software worked with debug profile but crashed with the default one.