• Code runs on C164CI-8EM stepAB but not on C164CI-LM
    The two versions of the C164 differ in that the /b8EM version has 64Kbyte of OTP but the /bLM has no ROM. Our platform is a Phytec nanomodule with a 512K of Flash and 512K of RAM and our code includes...
  • Code runs on C164CI-8EM stepAB but not on C164CI-LM
    The two versions of the C164 differ in that the /b8EM version has 64Kbyte of OTP but the /bLM has no ROM. Our platform is a Phytec nanomodule with a 512K of Flash and 512K of RAM and our code includes...
  • C164CI: How to set CAN Pins to Port 8
    I am looking for a way to change the CAN-port-pins from port 4 to port 8 (because of the need of all adress-pins). The Infineon doc talks about register C1PCIR (3 IPC Bits). When I set these bits from...
  • C164CI: How to set CAN Pins to Port 8
    I am looking for a way to change the CAN-port-pins from port 4 to port 8 (because of the need of all adress-pins). The Infineon doc talks about register C1PCIR (3 IPC Bits). When I set these bits from...
  • Interrupt handling for C164CI
    Hey, I am new to embedded programming. I am finding it hard to understand the 'interrupt handling' process. Specifically I am using the C164CI micro. Does someone have a simple sample code I can take...