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

AGSI interface

Hi,

Is it possible to disable all standard peripherlas of 8051 while loading debugging?

By default: Uart, Timers 0&1, ports, ints are enabled using -p51 switch
with DP51.DLL in section "Debug" of Keil Options.

Maybe some -poff switch working?

Thanks.
Waligora

Parents
  • To be more clear I need to replace some existing 8051 periph with new one
    by using -d(periphname) switch.

    When I removed DP51.DLL from options I see nothing in Peripherlas menu, and it is what I want to get. Next I tried to use example peripheral from AN-154, but it can be plugged into standard periph only by -dSTimerDLL switch.

    It cannot be used standalone replacing DP51.DLL. I need to use my new peripherals at the same SFR addresses which are arleady occupied by standard 8051 (UART, Timers, Ints).

    So that was the reason why I need to exclude standard peripherals of 8051.

    Please advise. Thank you.

Reply
  • To be more clear I need to replace some existing 8051 periph with new one
    by using -d(periphname) switch.

    When I removed DP51.DLL from options I see nothing in Peripherlas menu, and it is what I want to get. Next I tried to use example peripheral from AN-154, but it can be plugged into standard periph only by -dSTimerDLL switch.

    It cannot be used standalone replacing DP51.DLL. I need to use my new peripherals at the same SFR addresses which are arleady occupied by standard 8051 (UART, Timers, Ints).

    So that was the reason why I need to exclude standard peripherals of 8051.

    Please advise. Thank you.

Children