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

Bootstrap XC167

I can't upload my software in bootstrap mode. It seems to be the Keil compiler doesn't recognise the controller.

I think there's something wrong with the monitor...

Parents
  • Hi Robert,

    I checked again the µVision and the monitor there is provided is for the old C166 family,
    so it may be the XC166 family (specially the
    ID bytes are not recognized ) the 55h ID Byte is from th 80C166 based devices,
    the newer one uses A5h and all with ID register use D5h + ID Regs.
    So use Minimon or OCDS instead is highly recommended!

    Stefan

Reply
  • Hi Robert,

    I checked again the µVision and the monitor there is provided is for the old C166 family,
    so it may be the XC166 family (specially the
    ID bytes are not recognized ) the 55h ID Byte is from th 80C166 based devices,
    the newer one uses A5h and all with ID register use D5h + ID Regs.
    So use Minimon or OCDS instead is highly recommended!

    Stefan

Children