• 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...
  • buzzer on str7 evalboard
    on what pins do i connect the buzzer so i can hear sounds??
  • Reset vectors remapping in STR7
    Hi to All, I am trying to do the following: to copy ARM reset vectors (64 bytes) from internal flash to internal RAM, then to set boot configuration of CPU so 0x00000000 to reference 0x20000000 ...
  • 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...