Difference between revisions of "User:Lth/Test"
< User:Lth
Jump to navigation
Jump to search
Line 4: | Line 4: | ||
{{#ask: [[Category:STM32 Tutorial Videos]] | {{#ask: [[Category:STM32 Tutorial Videos]] | ||
|?Video title | |?Video title | ||
− | |format= | + | |format=plainlist |
|template=Video item | |template=Video item | ||
}} | }} |
Revision as of 04:43, 12 November 2024
- Overview, Families, Documentation and Development boards and tools
- Pulsing a LED using PWM from a Timer Channel
- Running multiple timer channels
- Low level access to peripherals
- Optimizing my stuff again (more than one way to skin a cat)
- Individual PWM channels pulsing with a sine wave
- Sine wave on DAC with DMA
- UART Receive with DMA and Idle Detection
- More debugging - introducing SWO
- SURPRISING Timer feature - Rotary Encoder with Timer Input Capture
- Understanding C types on STM32 MCUs
- First project in STM32CubeIDE
- Understanding I2C
- I2C Read and Write
- AMAZING Jump to System Bootloader
- UNDERSTANDING GPIO
- HOW TO Read from and Write to I2C Slave
- Bit manipulation using bit banding
- Creating a LIBRARY for a I2C sensor
- DIVING into FreeRTOS
- ESSENTIAL FreeRTOS Runtime Statistics
- TAMING the Dog (Independent Watchdog - IWDG)
- First Blink (done WRONG)
- DUAL DAC w. FreeRTOS and DMA
- Second Blink (done right!)
- DEBUGGING in-circuit
- External Interrupt
- Optimizing my stuff (getting smarter every day)
- Introduction to timers
- Using a timer channel to blink a LED
- STM32 Tutorial Videos #29 - TAMING the Dog (Independent Watchdog - IWDG)
- STM32 Tutorial Videos #30 - DUAL DAC w. FreeRTOS and DMA
- STM32 Tutorial Videos #28 - ESSENTIAL FreeRTOS Runtime Statistics
- STM32 Tutorial Videos #27 - DIVING into FreeRTOS
- STM32 Tutorial Videos #26 - Creating a LIBRARY for a I2C sensor