• Routines for SAE81C90 CAN chip with C165 processor
    I am currently working with a Siemens/Infineon SAE81C90 CAN chip which I have married up to a C165 processor. Despite having a lot of success in the past with finding software, available freely on...
  • Problems with C165 Extended Address Range Using C166 compiler
    I am trying to use a package with C166 compiler to provide code for a C165 chip. I am using the maximum number of address lines to drive various peripheral devices (CAN chip, ADC chips, DAC chips, ...
  • Is C165 8 bit multiplexed address data bus Intel or non-Intel?
    Hi there All, I'm trying to link my C165 processor to an Intel 82527 CAN controller chip. In the setup instructions for the Intel chip it gives options for communicating with:- * An 8-bit Intel...
  • Combining pre-processor and scatter files?
    Hello, The documentation of the RealView tool chain is a little vague on this: can I run the preprocessor on scatter files? How exactly is that does? Can you offer a simple example?
  • CAN-Routines generated by Dave
    Infineons Dave generates the following code for FIFO-Reception of CAN-Messages: // @Controller Infineon XC167CI-16F40 // // @Compiler Keil // // @Codegenerator 2.4 ubyte CAN_ubReadFIFO(ubyte ubObjNr...