-
Notifications
You must be signed in to change notification settings - Fork 3k
Closed
Labels
Description
Description
I am checking NUCLEO_F746ZG build, but I think issue is larger than this...
- question on MBED_BOOT_STACK_SIZE:
Line 40 in d1da622
#define MBED_BOOT_STACK_SIZE 0x400 |
These lines ar not used at all, as MBED_BOOT_STACK_SIZE default value is set in the targets.json:
"boot-stack-size": {
"value": "0x1000"
- question on MBED_RAM_START and MBED_RAM_SIZE:
Line 45 in d1da622
#define MBED_RAM_START 0x20000000 |
Seems that these values are predefined thanks to pack manager ?
But as STM32F746ZGTx has 2 IRAM, only 1 is taken into account, and values becomes wrong...
@theotherjimmy
@mprse
@VVESTM
@LMESTM
Issue request type
[ ] Question
[ ] Enhancement
[x] Bug