You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think the reason was something to do with running the sketch from RAM but as on the STM32F193C8 the RAM is hardly big enough to hold even a blink sketch, that option has been removed from my version, and it free's up the 3k
Here:
https://github.com/leaflabs/libmaple/blob/master/support/ld/stm32/mem/sram_20k_flash_128k/mem-flash.inc#L3
Why the first 3K of ram are skipped?
I mean, why don't we start at 0x20000000 with 20K?
The text was updated successfully, but these errors were encountered: