User Activity

I am trying to give 800x600@56hz vga output with my stm32f103c8t6. For some reason I can't get it to work. Both of the monitors I tried are saying "Input is not supported" or sth along thoose lines.I know that they can work with 800x600@56hz. I have ...
So I just started to use stm32f103 MCU that I have but for some reason I code doesn't go into the TIM2_IRQHandler.This is my code:.thumb .syntax unified .equ GPIOB,0x40010C00 .equ RCC ,0x40021000 .equ TIM2 ,0x40000000 .equ NVIC ,...