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

keil-51 monitor driver.

hello,

i have built an flash board using P89v51rd2. it is working on flash magic, but it is not working correctly with keil 51 monitor driver. my doubts are as follows

1> is it necessary to load a hex file monitor.hex in P89v51rd before debugging with keil-51 monitor driver?

2> at the time of debugging with keil monitor driver, PC shows a error message "a debugger DLL is aborted".

please give me solution for this problem.

Parents
  • In order to use the Monitor-51, you need v.Neumann wired external RAM where your application can be downloaded. Do you have this?
    You need to build a Monitor.hex file and download it with FlashMagic. After that, you can use uVision to download your application into the external v.Neumann wired RAM. When the monitor is configured for the reset address of the microcontroller, you need to relocate your application (code, startup and interrupts) to a higher address where the v.Neumann wired RAM is located.
    If you don't have v.Neumann wired external RAM, you cannot use Monitor-51 but you could use ISD51. Please see more details: http://www.keil.com/support/man/docs/isd51/

Reply
  • In order to use the Monitor-51, you need v.Neumann wired external RAM where your application can be downloaded. Do you have this?
    You need to build a Monitor.hex file and download it with FlashMagic. After that, you can use uVision to download your application into the external v.Neumann wired RAM. When the monitor is configured for the reset address of the microcontroller, you need to relocate your application (code, startup and interrupts) to a higher address where the v.Neumann wired RAM is located.
    If you don't have v.Neumann wired external RAM, you cannot use Monitor-51 but you could use ISD51. Please see more details: http://www.keil.com/support/man/docs/isd51/

Children
No data