Clock Initialization issue in MC9S08PT60

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Clock Initialization issue in MC9S08PT60

207 Views
raghavendratr
Contributor I

Hello Sir,

 

Currently, we are using Tower System TWR-S08PT60. In the default mode of clock operation(bus clock is derived from Internal reference clock), we have following questions/issues

 

  1. Is it necessary to give a delay before any peripheral initialization,which is performed after reset? If so, Kindly let us know the procedure

        void delay(unsigned int x)

        {

            unsigned int i,j;

            for(i=0;i<x;i++)

              asm{

                      NOP;

             }

        }

Labels (1)
0 Kudos
0 Replies