Hello,
I am a newbie to MCU programming and I just started playing around the TMS570 Hercules Safety MCU DK. I started with toggling a light by responding to GIOA[7] interrupt (using HALCoGen I enabled the interrupt to be falling edge and of high priority). But if I understand correctly what I have searched around, this is a level triggered interrupt. What should I do if I want while holding the button down my LED be on and when I release it, to turn off?
Thank you in advance.