how to enable the CLOCK for CRC configuration in processor expert

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

how to enable the CLOCK for CRC configuration in processor expert

1,018 Views
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 Kudos
Reply
2 Replies

863 Views
hotashu
Contributor III

anyone know if processor expert has this setting?

0 Kudos
Reply

863 Views
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 Kudos
Reply