Hi all,
I am trying to reconfigure the PINT callback function during the run time for the LPC55.
In some cases, callbackA should be called and in other cases, callbackB function should be executed. During the run time I want to disable callbackA and enable callbackB for the same PINT callback. Is it possible?
Hello ,
How about put the CallbackB function inside CallbackA, add some condition code to run or not run CallbackB.
BR
Alice