Hello, I'm a new Codewarrior user
I am trying to reverse-engineer a program made for a MC68HC908LJ12 MCU, so I start HiWave and in the Load Application window I choose the .s19 file that is the flash dump of this MCU, that I dumped using Orange5 programmer
Then I start the HC08FCS simulator, but it stops almost immediately, with this error :
Error: At location FE09 -
Error: Attempt to write to a read-only location
FE09 is location of FLBPR - FLASH Block Protect Register
And this is not a read-only register !
Can someone tell me how to solve this problem ?