Resolved! GPDMA, UART transmit using LL library?
Hi, Is there a LL Library project example or at least a code snippet of how to transmit uart data using the GPDMA?
Hi, Is there a LL Library project example or at least a code snippet of how to transmit uart data using the GPDMA?
HiI've been struggling trying to get an Image from a Image sensor over DCMI via the GPDMA on an STM32U575.The image sensor has a resolution of 752*480, though I only want to capture 420*420, which I've configured on the sensor to output. I've also co...
Good morning, I have to do a porting from a project developed on STM32F423 to an STM32U5A5The starting project used the wiced sdk, with the supported platform STM32F423.If I understand well, for STM32U5A the wiced sdk is deprecated, and it would be b...
https://github.com/Sushmitabaga/CORDIC/tree/main I was trying to Enable CORDIC IN STM32G4 series for checking the time taken by normal cos function and cos CORDIC function. But i found that both are taking almost the same time. which is not poss...
Hi,I am planning to use STM32 bluepill board with Freertos. Hence trying to use Freertos API. I wanted to know how the CUBE IDE makes sure that API call to Freertos doesn't transform into an API call to Linux OS on which CUBE IDE is installed during ...
Hello, I am working with "Mastering The STM32" book and faced with one problem: cannot find the option as in the book to activate any timer using CubeMX. I am using STM32 blue pill STM32F103C8T6. Why I can't find the activate option of timers?
Hello, I hope you are doing great.I have two NUCLEO H743ZI2, one of them is MB1364E, and the other one is MB1364C. They are totaly the same but there are little differences and I would like to find them and make them same, since I would like to use t...
Hi all,I'm struggling for days why my RTC wakeup doesn't work.The program is running FreeRTOS, but I want the uC in Lowpower Sleep for 3 minutes.So I set RTC on 1Hz, counter 180 and internal wakeup.Activated the EXTI RTC interrupt.But it immediately ...
Hi folks,I hooked up the B-G474E-DPOW1 board using the micro USB cable to the USB port on my laptop. I confirmed that all the three LEDS (LED6, LED7 and LED9) turn on as expected. But when I open up a PuTTY serial console window by connecting to the ...
Hi,I am trying to configure the pin PC13 in my STM32F411 device as Input with Pull up option and it is connected to a rotary encoder. At initial bootup time, the pin is in toggle state and after that, it is set to 0. In the same project, I also confi...