SMT32 ADC Interrupts with STM32CubeIDE

Описание к видео SMT32 ADC Interrupts with STM32CubeIDE

This is a minimal project to get ADC interrupts working on an STM32 Nucleo F303K8 board. Using interrupts means that your code doesn't have to sit around polling the ADC to see if it's ready - that's all taken care of in the interrupt callback function.
I've deliberately kept the video to doing little more than triggering ADC conversions and printing them to the UART - these videos can get confusing if they're more complex.

Комментарии

Информация по комментариям в разработке