STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

stm32f401rc encoderMode of tim9 do not work

Posted on October 31, 2017 at 11:27I used the PA2 PA3,the TIM9->CNT do not changevoid MotorBEncoder_Init(void){ TIM_TimeBaseInitTypeDef TIM_TimeBaseStructure; TIM_ICInitTypeDef TIM_ICInitStructure; GPIO_InitTypeDef GPIO_InitStructure; RCC_APB2Per...

STM32L053 - USB Host - Update firmware

Posted on October 31, 2017 at 10:17Heyis there a way to use an USB drive to update the firmware of a STM32L053.I know that DFU is a possibility, but I want to place the bin file on the stick, pressing the button at startup (or something like that).H...

EEPROM emulation problem

Posted on October 23, 2017 at 07:33HelloI'm confused about prototypes of eeprom emulation in eeprom.h.I read the documentation but i cant undrestand. i want save 30 byte in eeprom with  EEPROM emulation .i use stm32f103c8 with 64k flash and use 62 k...

SystemClock_Config issue on STM32f769NI

Posted on October 23, 2017 at 12:52Hi All,Due to CPU package change, I tried to change the CPU from Keil configuration. But the project does not work. So when I check the problem part, it is SystemClock_Config() where I am configuring the sysclk. ST...

I2S2 Full Duplex

Posted on October 30, 2017 at 00:25I have an STM3242I-SK board from IAR.  It has a Wolfson WM8731 Codec on it.  I'm trying to use I2S2 in Full duplex mode to get data in/out of the codec.  I used STM32Cube MX to do the basic setup and I am using the...