Clock Initialization issue in MC9S08PT60

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

Clock Initialization issue in MC9S08PT60

255 次查看
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;

             }

        }

标签 (1)
0 项奖励
回复
0 回复数