Loading...
 
Skip to main content

System Workbench for STM32


Programming in pure assembler

Thank you so much Bernard for your quick reply. This did the trick. The linker ignores the libraries I do not need now. I had to add a ".global _start" to my source and then it built as expected. No worries about the vector tables, I am used to that kind of stuff from the last microcontroller I ported my virtual machine for. Next step is to try the debugger.