User Activity

Solution: the ARPE bit was not set in the CR1. TIM1->CR1 |= 0x0080; solved the problem.Dear community,I am experiencing with an issue using TIM1 as a PWM timer. It all works fine, I can set the frequency and duty cycle with TIM1->ARR and TIM1->CCR1. ...
Hi,I developped an application using a STM32F373C8T6, but now it's time to go to production I found a very affordable source for the STM32F373CCT6.As far as I know, it's the same chip, the CC version only has more memory.Can I use the same hex file o...