Unfortunately it calls RAM2 RAM and RAM DTCM.
Thats because these names are used in the .ld files. The max sizes are not correct, too (see ITCM+DTCM)
So ,I fear, this would lead to even more questions.
Better would be to get the output of the size-tool right:
Same program as above... Every number is wrong :-(
Even better than this would be a third:
We have a working solution, a simple C-Code that just needs to be compiled for windows, mac & linux ...
Thats because these names are used in the .ld files. The max sizes are not correct, too (see ITCM+DTCM)
Code:
[FONT=courier new]Memory region Used Size Region Size %age Used[/FONT]
[FONT=courier new] ITCM: 32 KB [COLOR=#ff0000]512[/COLOR] KB 6.25%[/FONT]
[FONT=courier new] DTCM: 5312 B [COLOR=#ff0000] 512[/COLOR] KB 1.01%[/FONT]
[FONT=courier new] [COLOR=#ff0000]RAM[/COLOR]: 12384 B 512 KB 2.36%[/FONT]
[FONT=courier new] FLASH: 24152 B 1984 KB 1.19%[/FONT]
So ,I fear, this would lead to even more questions.
Better would be to get the output of the size-tool right:
Code:
Globale Variablen verwenden [COLOR=#ff0000]38076[/COLOR] Bytes ([COLOR=#ff0000]7[/COLOR]%) des dynamischen Speichers, [COLOR=#ff0000]486212[/COLOR] Bytes für lokale Variablen verbleiben. Das Maximum sind [COLOR=#ff0000]524288[/COLOR] Bytes.
Even better than this would be a third:
We have a working solution, a simple C-Code that just needs to be compiled for windows, mac & linux ...
Last edited: