how to initialize timers in stm32f103r8? does providing HSE is compulsary?
i want to create a delay function using timer TIM1 or TIM2 , after completely reading the datasheet i cannot initialize delay does it requires any external input?i have attached my sample code#include "stm32f10x.h"void delay();int main(){ /*Initialis...