This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

C164 Monitor works, flash not

Hello !
I need help: I wrote a project using the CAN module for a C164CI (BA_step)
Its working in monitor mode but not by using the on board flash or the OTP!!
Other projects worked (using flash) with the same jumper configuration
Does somebody know what to do??
Thanks a lot!

  • Ciao Hannes,
    well, if it works in monitor but not in flash, normally there is something into the Startup file that is wrong or you dont have a correct mapping of all your segments.
    Please check the map (M66) file of your project to see if all data segments are correctly allecated in RAM and if all code/const segments are allocated in ROM/FLASH; maybe this new project is different from others you made in the past and new sections have been added.
    Then recheck the Mon166 configuration against your startup configuration, something may be different...
    Ciao
    Bruno