• 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 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 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 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 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...