Is there any LPC55s36 interruption SKD examples to learn on? I searched in MCUXpresso IDE and i didn't find any that focus on that. Is there something like that. I'm fresh with learning how to program on microcontrollers.
Thanks for help.
Hi @CzyzyK,
If you search for interrupt on the examples search and go to the driver_eamples section, you can find all the drivers that have an example with interruptions.
I can recommend you the example lpadc_interrupt in order to have a better look how interrupt works.
Hope it helps you