• ABOV A96G166 Memory Settings
    Hi, I am using A96G166 microcontroller fron ABOV with follow memory model in diagrams given below, The company datasheet says the chip has 16 K B on chip flash 256 bytes IRAM / 512 bytes XRAM ...
  • ABOV A96G166 Memory Settings
    Hi, I am using A96G166 microcontroller fron ABOV with follow memory model in diagrams given below, The company datasheet says the chip has 16 K B on chip flash 256 bytes IRAM / 512 bytes XRAM ...
  • uart receive data incorrect above 9600 baud
    Is anyone successfully receiving UART data using a UART configured with greater than 9650 Baud? I have a Keil development board. I have interrupts enabled. I'm looking forward to hearing...
  • uart receive data incorrect above 9600 baud
    Is anyone successfully receiving UART data using a UART configured with greater than 9650 Baud? I have a Keil development board. I have interrupts enabled. I'm looking forward to hearing...
  • Problem addressing XDATA memory above 100HEX
    When my code is compiled, it causes XDATA memory above 100HEX to be addressed with MOVX @R0,A rather than MOVX @DPTR,A instructions. This causes variables in the XDATA range 0 - 100HEX to be overwritten...