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.
Hi! I try to use uVision2 for a c167 target application that was fine with uVision1.31 and associated dscope. My problem is in the monitor creation for the debugger. I created an user monitor accordingly readme.txt by configuring config.inc but when I launch the debugger, (start_code=EB00h and data_code=8000H) monitor download is stopped before is done, I think there is an overload of something(maybe boot loader??). If I configure start_code to 0x0, monitor application is entirely downloaded and then the application try to write interrupt vector on monitor location even if I configure tab vector in Link misc. I think my problem is in start_code and start_data address configuration. We've got 1Mb of RAM connected on CS1\ so please what can I do for using this powerful debugger? Thanks.