• problem with monitor configuration for uart2
    hello .. my micro for an specific application has two uarts on chip. how do you configure the monitor-51 for the second uart2,which has different address mapping in sfr registers and also my micro works...
  • problem with monitor configuration for uart2
    hello .. my micro for an specific application has two uarts on chip. how do you configure the monitor-51 for the second uart2,which has different address mapping in sfr registers and also my micro works...
  • Building my own Monitor for a C166 board - No RAM at 0x0 available
    Hi, I am using a self developed board with an 80C166. There is a RAM at address 0x10000 and ROM at address 0x30000 available. How can I build my own monitor for the debugger ? Any time the monitor and...
  • Building my own Monitor for a C166 board - No RAM at 0x0 available
    Hi, I am using a self developed board with an 80C166. There is a RAM at address 0x10000 and ROM at address 0x30000 available. How can I build my own monitor for the debugger ? Any time the monitor and...
  • Monitor Configuration for C161
    Hello , How can I configure Monitor for Microcontroller C161. I decided to use the Bootstrap mode and put CODE_START in "Config.inc" to 0FEC00H (ram),DATA_START to 0FEA00H(ram). The RAM located in...