ID code verification for RX63N

hi

i am working on the Renesas RX63N MCU,

i am getting the dialouge box of "ID code verification" while connecting through the E1 debugger..  but i have not set any password for flash in my code.

pls provide the solution for this asap and also the cause.

its urgent..

thank u. :)

Parents Reply Children
  • FDT does not connect, or it fails in ID check?

    Regarding control code I would say RTFM. The control code is one byte of the ID code defining the operating mode for the ID check. The ID code is only 16 byte of the program flash. The contents can be defined as a const array. But the compiler may also provide a different means to define the ID code. The IAR compiler for example has special symbols you can use to define the ID code.