Difference between revisions of "User:Lth/Test"
< User:Lth
Jump to navigation
Jump to search
Line 9: | Line 9: | ||
|sort=Video number | |sort=Video number | ||
|order=desc | |order=desc | ||
+ | |searchlabel= | ||
}} | }} | ||
Revision as of 09:54, 12 November 2024
Watch latest video on Youtube here: https://www.youtube.com/watch?v=i9j63SeN1H8 (full series here)
xxx
- 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
xxx
STM32 Tutorial Videos #29 - TAMING the Dog (Independent Watchdog - IWDG) (Video title: TAMING the Dog (Independent Watchdog - IWDG), Video series: STM32 Tutorial Videos, Video number: 29)... further results
xxx
- 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