MHz frequencies on OUTPUT
hey thereI have a stm32f103 blue pill board which I wish to generate MHz frequencies on pinC13.I have used TIM1. it starts and interrupts and on each interrupt I toggle PC13like sovoid HAL_TIM_PeriodElapsedCallback(TIM_HandleTypeDef *htim) { if(hti...