Ask questions, find answers, and share insights on STM32 products and their technical features.
Dear ST Hello,I am coming back to you because the my spi frame I am sending is not the same I am watching on the oscilloscope,My spi configuration is: /* USER CODE BEGIN SPI3_Init 0 */ /* USER CODE END SPI3_Init 0 */ /* USER CODE BEGIN SPI3_...
Hello COmmunity i want to sample 16 ADC channels on my STM32 G070 board i tried with DMA conversion and using simple poll for conversion but i am not getting accurate o/p (required o/p). Please do let me know if i missing anything/* USER CODE BEGIN H...
In the STM32F070, EXTI0_15 come from GPIOs, EXTI17 comes from RTC Alarm Event, EXTI18 comes from USB wakeup Event, EXTI19 comes from RTC Tamper and TimeStamp Event, EXTI20comes from RTC Wakeup Event. Where are destination of EXTIs? or Where are EXTIs...
Problem definition:PLLCLK frequency is different (wrong) in debugging mode only.Two empty projects were created using CubeMX 6.0.1 and 4.25.1 as a reference.running exactly the same main.c where only HSE and MCO are enabled outputs different results....
Hi,some time ago i saw a good picture/diagram which showed the latency of IRQ execution on an stm32 with one flash bank and in comparison with 2 flash banks.On the controllers with one flash bank the execution is stalled, and with 2 flash banks it is...
Hello, I am trying jump into system boot area using software. and try to update firware. But this function is not working please help. After calling this function controller get reset and again start from main().void firmware_update(void){ HAL_DeIn...
Hi everyone,I have some questions below:1.When finished the SDADC calibration, the offset value will auto add to the result value? or I need to take the offset value from the register "SDADC_CONF0R", and sum with them by myself?(I have already use ...