STM32 UART Pt 3: Interrupts

preview_player
Показать описание
more videos coming soon 2024
Рекомендации по теме
Комментарии
Автор

Very educational and straigh-forward video! Learning basics with register handling seems to be easier than prepacked functions from ST, at least you know whats going on in the background...

zazio
Автор

Great vids!
A few topics I would like to see:
1. Read/Write to SPI flash external memory like W25Q32FVSIG chips.
2. Use SPI LCD displays like the cheap 1.8 color panels with ILI9163 or ST7735 driver chips.

Synthetech
Автор

Hi Eddie thanks for video, I am curious what if i use timer interrupt for falling edge detection and while program runs uart interrupt, edge detection interrupt should come is it cause a problem should we set interrupt periority in that kind of application.

mustafaserhatbeyazay
Автор

Man you the best! Please stay motivated making videos! And could you please note your email...

andygyakobo
Автор

Eddie is back :]
Even show the Startup.S file !

wegi
Автор

Why did I replace keil with atollic? Is there a cubemx makefile Converter in Cmake? Share a link pliz if someone knows :)

НиколайКрасиков-ый
Автор

A part 4 could have been combining interrupts with DMA. Thanks for the content

warrenbuckley
Автор

sir, what is code size compared to HAL

Bestcuriosity_
Автор

It is not working. My code in while(1) is not working. Interrupt received function was working. But after initialize they interrupt my code not run.

pranjalbhagat
Автор

Can you type '{' symbol in Attolic TrueStudio? I installed latest version 9.3.0 but the same thing as previous - unable to type { .

MilanKarakas
Автор

How to store the received data when using interrupt routine

niratasatya
Автор

Bought new keyboard with ENG layout, and TrueStudio still does not work. How it is even possible to get anything done? Can't find flash tool for ST-Link...

MilanKarakas
Автор

Nice tutorial. How do you use UART interrupt to connnect 2 STM32 MCUs. Enabling output of MCU1 using the input of MCU2 and vice-versa. I tried doing it based on your tutorial. It works for a single input/output. However for multiple inputs/outputs it never worked. Do you know how to do this?

ryansy
Автор

Eddie, how can one verify that the microcontroller is running at a certain speed? For example, if I have a MCU that can run at 100 MHz and I do the config that is needed for the, is there a way to verify the MCU is actually running at that speed?
Thanks

ivanrob
Автор

How can I get to IRQ interrupt when I want to send data.
And When the USART_CR1_TXEIE flag is enabled, I cannot use the output ports. Can someone help me?

imwhateverim