User Activity

I'd like an opinion on this issue with timers; I have working code, but it took me a while to understand that the code was actually working (though not while debugging).I'm using STM32F446RT.I'm configuring two timers so that one timer is a master, a...
I'm using STM32F446.I'm generating PWM signals using TIM1 and TIM8 (on APB2, which runs at 90MHz, and 180MHz for the timers).I'm also generating PWM signals using TIM4 and TIM12 (on APB1, which runs at 45MHz, and 90MHz for the timers).I start each PW...
In the STM32L562 reference manual (RM0438), v7.0, the section 11.6.13 "GPIO register map" is missing the registers MODER and PUPDR (which are documented in the preceding sections).
With STM32L562, I'm implementing a firmware update strategy using the double flash bank.I write the new firmware in the second bank, then toggle the FLASH_OPTR_SWAP_BANK option bit, and then trigger a reset with OBL_LAUNCH.To write to the second bank...
The datasheet (DS10685 Rev 6) in Table 16 says that the VLCD pins are:PB0/LCD_VLCD3PB2/LCD_VLCD2PE11/LCD_VLCD1PE12/LCD_VLCD3PB12/LCD_VLCD1In the reference manual RM0367 Rev 7 (for STM32L0x3)Section 10.2.2 (SYSCFG_CFGR2), for bits LCD_CAPA:Bit 1 contr...
Kudos from
Kudos given to