Quantcast
Channel:
Viewing all articles
Browse latest Browse all 59170

Forum Post: RE: ID CODE FOR RX62N IN HEW

$
0
0
The debugger by default does not program ID code. The ID code dialog in the debugger (when it pops up) is only to verify the ID that is found in the processor. If the processor does not have a programmed ID this dialog will not come. With CC-RX you can use this C code: #pragma address id_code = 0xFFFFFFA0 const unsigned long id_code[4] = {    0x45FFFFFF,    0xFFFFFFFF,    0xFFFFFFFF,    0xFFFFFFFF };

Viewing all articles
Browse latest Browse all 59170