User Activity

I am using an STM32F302CB MCU, I intend to program my device remotely via a mobile app connected with the embedded system through a BT( UART connected).What I understood:-1.) The ST bootloader can be used to flash the MCU by sending some commands to ...
I have been working on a motor control project for a three phase BLDC motor. So far I have implemented the center aligned PWM output over Timer1 of STM32F303CB. I want to add a current limiting feature such that the PWM gets halted when a current bey...