ROM testing

Hi Renesas community,

I have question regarding the Test of ROM in RX65N MCU. I got the software package from renesas for testing(CPU, RAM and ROM) and I have noticed that the implementation of functions that is used to test the ROM are missing. After I read the (RX(v2/v3 core) Family Diagnostic Software pdf file, the below functions are used to test the ROM But I can't find the implementation of those functions.

void crcHwSetup(unsigned int crc)
uint16_t crcComputation(unsigned int checksumBegin, unsigned int checksumEnd, unsigned int crc, unsigned int incrMode)

More details:

MCU: R5F565NEDxFC

Toolchain: CC-RX

version: 2.08.01

IDE: e² studio

Parents Reply Children