Question
How to use correct clk in proteus?
I am simulating stm32f103c6 in proteus,I want to do timer2 interrupt ,I set pre = 7200-1,psc = 10000-1,so 1s to timer2 update interrupt.But time is not correct,it does not work.
I look up information,it is said I need to change stm32 clk to 8MHz,not 72MHz.How to do that?I read function systeminit,which is too complicated to find answer.
Also,can i use systick clk to make delay_us delay_ms in Proteus?I tried but it does not work