• 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...
  • Routines for SAE81C90 CAN Chip Combined with C165 Processor
    I am currently working with a Siemens/Infineon SAE81C90 CAN chip married to a C165 processor. Despite having a lot of success in the past with finding software, available freely on the net, for use...
  • 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...
  • address range
    Hello! I have a problem and need a help! I use the macro XVAR for a bus communication. I have defined: #define name XVAR(unsigned char, 0x100000) name= 0x10; In the START167.A66 File this address...
  • C166 Compiler
    /* file1.c */ static void StaticFunction(void); void main(void) { StaticFunction(); } void StaticFunction(void) { /* something */ } /* file2.c */ void SomeFunction(void) { StaticFunction...