Skip to main content
Visitor II
January 6, 2004
Question

Startu32.a51

  • January 6, 2004
  • 2 replies
  • 486 views
Posted on January 06, 2004 at 20:17

Startu32.a51

    This topic has been closed for replies.

    2 replies

    sbencke3Author
    Visitor II
    May 17, 2011
    Posted on May 17, 2011 at 11:57

    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 ?

    Visitor II
    May 17, 2011
    Posted on May 17, 2011 at 11:57

    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.