We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
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