• 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) = ...
  • 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...
  • 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.
  • switch between c167cs and st10
    I currently have a working project for the C167. I need to port this application to the st10f273. How do I convert program and setup the compiler and tools for the st10?