-
Notifications
You must be signed in to change notification settings - Fork 3k
Closed
Description
Description of defect
#define MBED_RAM_SIZE 0xc000 // 48 KB |
this MCU has 40 kB RAM in this region, not 48 kB. This leads to setting the stackpointer into nirvana and the target fails to start and even crashes gdb.
The setting is als wrong in the ARM pack manager IRAM1 section.
Target(s) affected by this defect ?
targets that depend on this MCU, STM32F303CC
Toolchain(s) (name and version) displaying this defect ?
n/a
all, RAM_SIZE is used in gcc, arm, iar
What version of Mbed-os are you using (tag or sha) ?
mbed-os-6.16.0
What version(s) of tools are you using. List all that apply (E.g. mbed-cli)
n/a
How is this defect reproduced ?
n/a