Other Parts Discussed in Thread: MSP432E401Y, MSP-EXP432E401Y,
Tool/software: Code Composer Studio
Hi,
I'm trying to use the CRC driver from Ti and it hangs on the CRC_init(). This function is called at the beginning of the mainThread, where all the driver init functions are called following the same pattern of any Ti example.
Someone also had the same problem and he solved implementing a software CRC. Is it there any fix for this problem? I would like to use the hardware accelerator.
I can see the driver enables and provides clock to the CRC module on the Clock Gating Control register. but it the PRCCM register never flags the peripheral is ready.
The PRCCM_R0 bit never turns to 1 and the driver hangs on the while loop.
Can someone help with this issue?
Thanks,