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
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.
You can use the new DCORE51.DLL with the parameter -p251Int. This just contains an interrupt system. It is part of C51 Eval Version 7.08.