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.
When i load my application on to Kitcon C167CR-LM starter kit, while loading i receive a warning stating " The content at address location 0x000008 will be overwritten by Monitor! Please relocate the application to a different address!". How should i relocate my address? Pls do guide me..
I assume you are in BSL mode and using the monitor? Then you need to reserve the following in your project...
You need under Options - L166 Misc RESERVE: 8H-0BH, 0ACH-0AFH
The monitor is using two of the hardware resources of the C167. The NMI (8h) and ASC0 receive interrupt (ACh).
Dear Mr.Chris Wunderlich, Thank You very much for your kind Reply. I made the changes as suggested by you and it is working Fine. You Really saved my time a lot. Thank You once Again.