Hi all,
I am quite new to this mcu and I am trying to understand if it is possible to modify some EEprom values via direct input in memory (component) window. I notice "Edit Mode" but I'm unable to modify the address. I correctly use the PE routine: IEE1_SetByte((IEE1_TAddress)0x0500UL, 0xAA) writing at the correspondent address; the value is written with no problems but it's possible to modify it with the debugger?
I have not provided any sort of modify to my Simulator & Realtime debugger for its basic configuration.
Thanks a lot guys!
we can change RAM address in debugger but can't do same for eeprom/flash. hope this helps!