2020-09-04 02:52 PM
2020-09-07 01:08 AM
Hello and welcome to the tool!
If you have questions about the basic functionality of STM32CubeIDE then I would suggest reading this user guide, as it describes basic operations of the tool in detail:
2020-09-11 06:02 PM
2020-09-11 06:27 PM
Yes, you can add assembler functions, like those in startup.s, and call them using the usual ARM ABI
Keil/ARM and GNU/GCC have slightly different assembler syntax, find a book on the topic, not that different, and not hard to integrate
2020-09-12 07:27 AM