2004-01-06 11:17 AM
2011-05-17 02:57 AM
What is the file Startu32.a51 that all exaple code (DK3200_1~DK3200_4) use ? Where their functions are called ? Does I have to set-up something at Keil ?
2011-05-17 02:57 AM
Startup32.a51 is the very first program executed after powering up the device. In this file you can setup initial SFR register values such as prescaler value to ADC, PWM, and USB to slow down the logics, also you can disable the Watch Dog timer so you would not get periodic resets.