2017-03-30 04:43 AM
I would like to learn programming STMicrocontrollers. I have basics of programming and done couple of projects for PIC controllers.
I have set up the Atollic studio in my system. I would like start with toggling GPIO pins of any STMicrocontroller (Eg STM32F107)
I am unable to find a proper tutorials and how to begin with Atollic window.
My primary aim is to write a simple LED blinking program and see the output using Atloic studio.
Please do advice.
Regards,
VT
#toggling #beginner #tutorial2017-03-30 09:44 AM
Hi
vt673
,I would like start with toggling GPIO pins of any STMicrocontroller (Eg STM32F107)
please try to refer to this example under the STM32F1 cube firrmware:
STM32Cube_FW_F1_V1.4.0\Projects\STM32VL-Discovery\Examples\GPIO\GPIO_IOToggle\TrueSTUDIO
-Nesrine-