Hiya, attached is the project which at the moment should capture the timer value at rise and fall edges on input P0_2 (SCT input0), it should return these values over serial. it should also blink an LED attached to pin P0_11 on reception of any pulses on that pin (I'm using a custom PCB, not a dev board). However, the rise and fall events never trigger (no led blink and capture reg remains at 0) no matter what inputs i give them. I know the output works because i can blink it with a match event and I have managed to get the input working using PINT and GPIO so I know my input signal is fine.
So, steps to reproduce the problem are to try and create an input triggered event on input 0 using the MCUxpresso config tool, then trigger that event with an input and see what happens. I think it's most likely my input config is incorrect but I don't know in what way or why.
Thanks, fingers crossed it's just me being silly.
James
EDIT: just realised that i forgot to init INPUTMUX, have now done so but it still doesn't work :smileysad:
EDIT2: Electric Boogaloo : I tried it with a different Pin and it worked perfectly. so it looks like his SCT stuff isn't working specifically on that pin however I can still detect GPIO and PINT events on that pin so I have no idea what's causing this. Are there some pins SCT doesn't work for?