Hallo! I search for a possibility to read the program code from flash on chip P89C51RC2. Knew somebody a possibility to get access to on-Chip memory array? Thank's
Sorry, but my Assembler is very bad. Do you know perhaps a possibility to do it in C? Thanks!
You're trying to read code space, aren't you - so look in the C51 Manual for the Keil extensions that deal with accessing the 8051's different memory areas. Hint: There's a chapter titled, "Accessing Absolute Memory Locations"...
Thank You!