User Activity

Posted on October 04, 2017 at 09:14Hello,I used stm8cubeMX to generate a pinout for a stm8s003 (STM8S003F3 UFQFPN20).In cubemx I selected the outputs: PC7 is PWM output by TIM1_CH2 (pin14)PC3 is PWM output by TIM1_CH3 (pin10)PD4 is PWM output by TI...
Posted on June 14, 2017 at 11:28Hello,I wondered it writing / reading 32 bit values on a stm32 controller is atomic. The actual question is:If I have an interrupt handler which writes a uint32_t value and an application which reads the same value, d...