-
Notifications
You must be signed in to change notification settings - Fork 1k
NUCLEO-U575ZI-Q memory size incorrect in Arduino IDE showing 256 kbytes should be 786 kbytes #1827
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hi @Captainslarty Anyway the STM32CubeMx tools show the correct size. I have to investigate why/how and then probably update our scripts. As a workaround you can edit the boards.txt and change the value: |
Hi and thank you for the very prompt response. Much appreciated.
|
Understood, Thank you. |
This would be fine to see if all RAM are contiguous else there will be an issue. 😉 In a general way this core simply manage maximum contiguous RAM without ECC for more complex RAM configuration some extra config are required and custom linker script have to be used. |
That is really appreciated. Fortunately or unfortunately ;) my level of knowledge is such that I will be highly unlikely to attempt more complex ram configurations :). I have made the changes and all appears well. |
I think it is OK anyway I would prefer warn you 😉 |
Thank you ever so much for all your kind help Frederic. |
The xml describing those mcu give 256Kb ram. Issue raised internally to fix this then it will be corrected in generated files. Fixes stm32duino#1827 Signed-off-by: Frederic Pillon <[email protected]>
Thank you again for you very hind help and response. Very much appreciated. |
The xml describing those mcu give 256Kb ram. Issue raised internally to fix this then it will be corrected in generated files. Fixes #1827 Signed-off-by: Frederic Pillon <[email protected]>
Hi @Captainslarty |
The xml describing those mcu give 256Kb ram. Issue raised internally to fix this then it will be corrected in generated files. Fixes stm32duino#1827 Signed-off-by: Frederic Pillon <[email protected]>
Incorrect dynamic memory size being used by Arduino IDE for board Using NUCLEO-U575ZI-Q
IDE is showing - Maximum as 256 kbytes where device actually has 786 Kbytes of SRAM
Using NUCLEO-U575ZI-Q
Arduino IDE 1.8.19
Core 2.3.0
example report from 'blink' sketch
Sketch uses 19820 bytes (0%) of program storage space. Maximum is 2097152 bytes.
Global variables use 1016 bytes (0%) of dynamic memory, leaving 261128 bytes for local variables. Maximum is 262144 bytes.
thank you
Joe
The text was updated successfully, but these errors were encountered: