I would like to ask the experts in EEworld, can the timer of s3c2410 be used as a counter? If not, is there a corresponding module? If so, how to use it? Thank you in advance!
The following codes are from the lcdInit.c source file———————————————————————————————— #define LCD_XSIZE_TFT (320) #define LCD_YSIZE_TFT (240) #define SCR_XSIZE_TFT (LCD_XSIZE_TFT*2) #define SCR_YSIZE
Recently I want to make a handheld downloader to use AT89S52 to download programs to STM32 via JTAG. Since I have never done anything related before, I searched for relevant information on the Interne