Other Parts Discussed in Thread: HALCOGEN,
Hello,
I was looking at HALCoGen generated code, and noticed this errata:
/* Work Around for Errata DEVICE#140: ( Only on Rev A silicon)
*
* Errata Description:
* The Core Compare Module(CCM-R4) may cause nERROR to be asserted after a cold power-on
* Workaround:
* Clear ESM Group2 Channel 2 error in ESMSR2 and Compare error in CCMSR register */
if (DEVICE_ID_REV == 0x802AAD05U)
{
_esmCcmErrorsClear_();
}
I cannot find any details about this errata in these documents listed here: http://www.ti.com/product/RM48L952/technicaldocuments#doctype3
There are two errata's listed,
RM48x Microcontroller Silicon Errata (Silicon Revision D) (Rev. B)
and
RM48x Microcontroller Silicon Errata (Silicon Revision C) (Rev. G)
Is there any way to view the errata for Silicon revision B and A for the RM48L952?
Thanks