Ask questions, find answers, and share insights on STM32 products and their technical features.
I am using a STM32G431RB MCU and the STM32Cube_FW_G4_V1.5.0 package for motion control. In addition to the usual SysTick 1ms time base a second, faster time base is needed to run control loops. I plan to use a general-purpose timer (e.g. TIM2) to imp...
I found AN5305 and the presentation on the ST website but it doesn't fully answer my questions:How long does it take to calculate a result? Is it one clock cycle for each multiplication and addition?Is it possible to configure the FMAC so that it can...
Hello, We are working on the stm32f070c6t6 controller, i want to measure the basic parameters like current and voltage and resistance .how can i measure these parameters using stm32f070c6t6 custom board. for current the current at adc pin varying it...
If i don't put #define on the variables "linked" to Tim2_Ticks, it make me an error like:"inizializer element is not constant". On web i serch this error but i didn't solve. In this page (https://stackoverflow.com/questions/30158010/initializer-eleme...
I need to use firmware update proccess on my stm32f446 MCU. I've boot code which is placed start address on the Flash Memory. When I start the boot code starting and If I send the firmware data under UART, I start to write new fw code to spesific add...
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 *****...