Hi Folkd,
I just found a strange issue with my F28377D when using VCU2 to compute CRC for all memory sections. It works fine for all sections except TI OPT section, i.e. from 0x70000 to 0x703FF. This causes MCU to reset itself somehow when it does it, and the code restart ever and over again. If I comment out this line, everything would work fine. It's strange that the same code (computer CRC with VCU) works fine for all other sections, including user OTP (0x78000-0x783FF) and all flash sectors, A-F.
However, if I run the code from CCS debugger, it will work fine without reset. But if I disconnect CCS and run it from power-on reset, it will reset itself over and over again, until I comment out the line and reprogram the memory.
I'll appreciate it very much if anyone can offer any clue. Thanks!