User Activity

Hello, I had a STM32F3 Discovery board which version label is "MB1035-F303C-E02" and its Compass mode is LSM303AGR. But I found the code in STSW-STM32118 is use LSM303DLHC, and the demo code not work. Where could I get the latest demo code for STM32F...
I try to use TIM_DMABurst to generate exact number of pwm pulses.But I found after call HAL_TIM_DMABurst_WriteStart and HAL_TIM_PWM_Start, it enter HAL_TIM_PeriodElapsedCallback. And then if I call HAL_TIM_PWM_Stop it will stop and generate no pwm. I...
Hi, I found there is nothing about how to develop on STA1385, even if there is no data sheet about thish chip. Could anyone tell me how to develop on this chip?Thank you
I could generate code in Stm32CubeMX but could not use the .ioc file or create new porject in stm32CUbeIDe.Is there any problem in my PC?
Today when I generated CRC from output binary file I found it did not equal the data in the board. Then I check the data in board , I found the data which loaded by stm32CudeIDE was padding with 0xFF, but the stm32CudbeIDE generate the binary file wi...