User Activity

Im enable pwm output TA1, TA2 and try enable burst mode with changeble BMCMP and BMPER. Im change this registers and try update from timer triggers and software trigger, but pwm output set one burst state and doesnt change. Pwm burst state is updated...
I want use external event (GPIOB-pin7) for turning pwm on hrtim1 (like switch), but can't find example how do it. I think I need "blanking with latch mode", but my code does not work.
Posted on March 17, 2017 at 10:14Lis2dh connect with stm32l151 on i2c bus.function initial i2c:I2C_DeInit( I2C1 ); RCC_APB1PeriphClockCmd( RCC_APB1Periph_I2C1, ENABLE ); RCC_AHBPeriphClockCmd( RCC_AHBPeriph_GPIOB, ENABLE ); GPIO_PinAFConfig( GPIOB...
Posted on June 20, 2016 at 16:08[Stm32F103] I can programm flash with ST-LINK utility, but program does not start. Also Keil can't run debug. Keil can programm flash, but stm does nothing. Internet search returned no results.