Tool/software: Code Composer Studio
Hi,
I have a project where I want to check internal flash crc periodically in background.I tried the "RM48 CRC SW Full-CPU and Semi-CPU" example code, which is working until all linker section are below 64k.
When any linker section (.text, .const) is above 64k (crc->PCOUNT_REG1 >= 8192 with ACCESS_64_BIT), then crc->BUSY always returns with 1 and crc checking is stucks.
I didn't see any restrictions on this in the technical manual.
How can I solve this problem?