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
how to compile the stm32f103tx , because the only choice is only for stm32f103rc , if i debug it with rc , the file output is 144 kb which is cant be uploaded to stm32f103c8t6 since the max flash size for f103c8t6 is maximum 128kb, did i need to set the path & symbols ? if yes can u give me a clue the path & symbol please ?
The text was updated successfully, but these errors were encountered:
TB or CB (128K flash) variants are only debuggable, and barely so, if you disable USB and use a UART <> bridge to communicate with the controller. Use option 1 Debug in the menu for that.
I guess I should tag a commit and stop support for 128K variants soon as I will not let these processors hold back further development of the core.
oh i see, actually i want to use stm32f103c8t6 since its cheaper , and i only need the core function , after search it for a while, i found this old driver of yours , and i think its work , still need to test the durability actually , https://github.com/terjeio/grblHAL/tree/master/drivers/STM32F1xx
how to compile the stm32f103tx , because the only choice is only for stm32f103rc , if i debug it with rc , the file output is 144 kb which is cant be uploaded to stm32f103c8t6 since the max flash size for f103c8t6 is maximum 128kb, did i need to set the path & symbols ? if yes can u give me a clue the path & symbol please ?
The text was updated successfully, but these errors were encountered: