Clock Initialization issue in MC9S08PT60

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Clock Initialization issue in MC9S08PT60

264件の閲覧回数
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 返答(返信)