• C167 serial interface problem
    Hello I have still some problems with my serial interface on the Infineon C167 controller. The original function putchar or printf won't work. I have used some hints : S0CON = 0x0011; S0BG = 0x40;...
  • C167 serial hardware flow control
    I know the on-board UART doesn't support hardware flow control, but is it possible to use two of the pins on the chip to drive the CTS/RTS lines? (I imagine the answer is that anything is possible...
  • c167 stepper motor control
    Hi I am trying to interface a Stepper motor with a c167 microcontroller. I am using the motor to tilt and pan a camera. the motor can only move a maximum of 10 degrees per step. I would be grateful...
  • C167 Interrupt Handling
    To anyone with intimate knowledge of the C167 interrupt system: The system I am working with uses a C167 processor to control an external device that communicates with the microcontroller over the...
  • Timer and Interrupt on C167
    Hi, I've timer T6 set to send interrupt (level 11, group 1) each 500 microseconds. This interrupt is managed by a routine. I need to know how many time remains after this routine before the next T6...