Ask questions, find answers, and share insights on STM32 products and their technical features.
It is possible to programming or debugging STM32 using smartphone?Programming using SWD or USB or USART.Debugging STM32 MCU using SWD smartphone takes data from MCU then send to pc which is at remote location possible?
when i call HAL_Delay(10); function code goes infinite loop why?/* USER CODE BEGIN Header */ /** ****************************************************************************** * @file : main.c * @brief : Main program body *****...
I have been learning bare metal programming for STM32F103 for the last few days. I am using a bluepill board for testing. I have the clocks up and running at 72 MHz. I have successfully tested the GPIOs for correct operation as inputs and outputs. No...
I am posting this more as an open question, and perhaps to help someone else...When configuring SAI2 for Audio in CubeMX I had some issues which stemmed from MCLK not appearing to work correctly for the Audio Codec. This would cause the wm8994 to bec...
Dear all,This is my first time using UART, sorry if the question is not relevant.I configured through the Device Configuration Tool the initial code for a STM32H745, in which I use the UART 1 with interrupt.Everything works fine for several hours, ev...
Hello,I use stm32h750vbt6, I got the ram_d1 zone overflow error.What I don't understand is why the ram_d1 region zone overflow doesn't write to other ram regions.
Hi folks,I want to start ADC conversions on 2 regular channels of ADC1 block only after the voltage on one of the channels exceeds a certain limit, hence I'm using a watchdog feature.After the watchdog will be triggered, I need to store 5 consequent ...