Ask questions, find answers, and share insights on STM32 products and their technical features.
Hello,I use a STM32F429DISCO REVE01 with a MCU STM32F429ZI.I have to use the ADC. On PA0, I connect a sensor with an amplifier and it's work, but when I want tu use ither channel like channel 1 with PA1 pin, that's not work, my value is around 0.Why ...
For example i want to write to the flash tow string variables.1. name of board2. verssionand every time I turn on the board I want to read them in to my code.thanks in advance
I working on stm32 microcontroller, I want to generate the pwm signal for stm32f051c8t6tr mcu. I have assigned my prescalar as 48-1 and counter period is 1000-1 in order to generate 10KHz frequency.My code is TIM1->CCR1=50;HAL_TIM_PWM_Start(&htim1,TI...
Dear all,It seems like I actually broke two Nucleo 144 with a H7A3 and H723 after I tried to debug the MCU with the on board debugger and after switching the supply voltage for the MCU to 1.8V (no connection from debugger to MCU possible, even not wi...
hello everyone. I have a question. I am using APS6408L-3OBM-BA as external RAM in a project. First, I used the APS6408L-3OBM-BA RAM on the STM32L4P5G-DK board as memory mapped, but when I use the STM32H723VET6 processor, I cannot run the RAM. HAL_RCC...
My issue is a high current in stop 2 mode with the STM32L433, i'm measuring around 1mA in Stop2 Mode, which should be around 5uA for the MCU, with the rest of the board compoents, i expect around 50uA. For investiagrion, i desoldered all other compo...
I am using STM32F407VG development board to implement Direct torque control with space vector modulation of induction motor drive. I want to read status of PWM pins accurately in order to estimate phase voltage from DC link voltage and status of the ...
I'm working with a STM32G031 discovery kit, featuting the 8-pin STM32G031J6M6. Having issues with the most mundane thing: digital inputs via GPIO. Output work just fine, I can set the board LED. But on inputs I tried connecting to pin 1 (PB7/PB8/PB9/...