cancel
Showing results for 
Search instead for 
Did you mean: 

Detailed course?

AJava.5
Associate

Hello, I'm new to the stm community, I have a stm32f103 (blue pill) board with st link debugger, however moving on from arduino IDE I'm having hard time picking up from source codes or writing one myself ( I'm using system workbench and cubeMX ). can anyone suggest any kind of course, ebook, or something that will help me learn programming and using the board?

2 REPLIES 2
joemccarr
Senior

What you really want to do is load a example project into your ide and make sure you can build it. Then manually look at the startup file and see what routines are called in order to get the project working. Go to those routines and read the code or get a over all feel for what its doing. One of the first things that happen is the clocks are setup and the correct chip is chosen. This all happens before main is even called.