how to enable the CLOCK for CRC configuration in processor expert

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

how to enable the CLOCK for CRC configuration in processor expert

1,022件の閲覧回数
hotashu
Contributor III

I rercently work with k60. In the processor Expert, how to enable the CLOCK for CRC configuration?

I want processor expert enable CRC so it can generate some like this

  SIM_SCGC6 |= (uint32_t)0x00040000UL;

0 件の賞賛
返信
2 返答(返信)

867件の閲覧回数
hotashu
Contributor III

anyone know if processor expert has this setting?

0 件の賞賛
返信

867件の閲覧回数
Petr_H
NXP Employee
NXP Employee

Hi,

If you'd like to use CRC pripheral you need to add one of these components  to the project (using  the Components Library view):

- The CRC_LDD provides both initialization code and also methods (functions) for runtime use like GetCRC8, getCRCResult etc. In this case the clock gate is automatically enabled.

- The Init_CRC provides just initialization. You can control clock gate initialization by the property Clock Gate as you can see on the following picture:

clkgate_crc.png

best regards

Petr Hradsky

Processor Expert Support Team

0 件の賞賛
返信