• STR7 input behaviour
    I am connecting a sensor that has a 3.3V output to an STR7 TTL input (via a breadboard). If I disconnect the sensor from the breadboard, I see that its output level swing to 3.3V and falls to 0V as...
  • STR7 external interrupt
    Hello, I'm using a STR710FZ2 uC with an external adc. When conversion is ready, the adc toggles a pin low which is connected to P1.11. I want an interrupt to be generated on the falling edge...
  • STR7 input behaviour
    I am connecting a sensor that has a 3.3V output to an STR7 TTL input (via a breadboard). If I disconnect the sensor from the breadboard, I see that its output level swing to 3.3V and falls to 0V as...
  • STR7 external interrupt
    Hello, I'm using a STR710FZ2 uC with an external adc. When conversion is ready, the adc toggles a pin low which is connected to P1.11. I want an interrupt to be generated on the falling edge...
  • Trouble linking STR7 program
    Tag formatting does not seem to work - sorry! I am trying to use the 71x_eic.c module in my program: void EIC_Init (void) { extern u32 T0TIMI_Addr; u8 bCounter; u32 dOffset = ((u32) & T0TIMI_Addr...