• Application examples for C167CS
    Hi all, I wonder if I can get some pointer to the sites for application examples of C167CS which demostrate how to interface component like display, keyboard, motors etc to C167CS including schematic...
  • C167CS and the SSC
    Hello all, My board uses the C167CS's SSC to communicate with an EEPROM. I looked at the code that drives the peripheral (and at the data sheet of the device) and there is something I don't understand...
  • C167CS Flashloader
    Here is the scenario. I am working with C167CS The bootstrap loader is loaded between FA60 to FC00 in the internal memory. It in turn loads a small program into the XRAM E000 to E7FF. This...
  • C167CS mystery
    Hello all, This is the deal: 2 identical controllers of type C167CS. The requirement is that one product cannot be used without the other, so I devised a simple authentication protocol: R(n) = ...
  • bootLoader for c167cs
    I must create a bootloader for C167CS for programming a flash memory using ASC0 and bootloader features. Where I found examples or source code for this programm? Thanks in advance.