STM32 Demystified - Pin configuration, code generation, and flash LEDs
The Developer Guy
Patreon: https://patreon.com/thedeveloperguy Ko-fi: https://ko-fi.com/thedeveloperguy Native development is getting easier, right? We already created a project in this series, and it's time to configure our microcontroller, without writing a single line of code! Code generation is useful, if you know what you should do. In this episode we set a GPIO pin as an output and write the embedded Hello World: blink a LED. But we won't use setup(), loop(), pinMode(), digitalWrite() or delay() - STM32s have their own functions for that!
00:00 Introduction 00:35 Pin configuration 01:27 Eclipse perspectives 01:51 main.c 02:10 setup() and loop() 02:33 Code generation 03:29 Generated and user code together? 04:05 Blinky 04:17 pinMode() and digitalWrite() 05:11 HIGH and LOW 05:24 delay() 06:16 Thanks for watching ... https://www.youtube.com/watch?v=Xz6I7bQoTao
26405946 Bytes