Forum Posts
How would I implement double buffering on an STM32G0F6 ?
How would I implement double buffering on an STM32G0F6. I am using the callback functions HAL_ADC_ConvCpltCallback and HAL_ADC_ConvHalfCpltCallback to acquire data from the half full and then full buffers however the code is still executing by the ti...
Encoder tick call tim ISR not regular
I use STM32 and TIM in encoder mode. I configure it by Cube, project and screenshorts is attached. Also I enabled TIM global interrupt, so I am wating that TIM2_IRQHandler will calling every TIM2 CNT change. Encoder is rotated and TIM2 CNT looks beli...
Resolved! How to configure and program MPU (memory protection unit ) of STM32L4A6ZGT6U ? OR any example code of MPU for STM32L4A6ZGT6U
HI All, I am currently using STM32 nucleo-L4A6ZG development board.I want use MPU of STM32L4A6ZGT6U.But i am very new with STM32 nucleo-L4A6ZG development board.So is there any example code of MPU with STM32L4A6ZGT6U ?So i can start with that .Than...
SWD connection not working
Dear,I encounter an issue when working with STM32L4 SensorTile Board. I normally load projects from MDK-ARM to my project normally, but now when I load the project, it loads in the software normally, but the circuit does not seem to work as normal. I...
Resolved! STM32H7 Nucleo Board (NUCLEO-H743ZI2)
Hi,we are having difficulties in order to find solution for STM32H7 Nucleo Board (NUCLEO-H743ZI2). When we are trying only toggle a pin ( interrupts are closed --> 480MHz)freq is not passing 20MHz. When i check ref documents GPIO section, it says “F...
How can I send data from STM32H747 to computer ?
Hello,I successfully sent data from the STM32H747 to the computer using USART1 via usb. Nonetheless, I can't find any solution to send data from the computer to the STM32. Any ideas on what communication protocol and medium I could use ?Data are comp...