My EB configured the LPIT clock of GPT and enabled the hardware interrupt configuration, while specifying the notification function, but the software can not enter the notification function at runtime, may I ask whether the problem is my setting or the function call.
Hi VaneB:
I just check the interrupt and found below configuration:
I think the way the interrupt was declared was empty resulting in the interrupt not being declared properly, and I just use the default GNU as compiler, what method should I choose to declare an interrupt?