Part Number: MSP430FR5969
Hi everybody ,
I have an app with 3 different interrupt sources who can happen to be nested . I followed apps and did nesting and it works perfectly when I have 1 interrupt nested in another ( 1 level ) everything runs
smooth . issue happens when I have 2 nesting : in this case first interrupt ( in my case DMA ) , after the two nesting I can see I exit all routine but this DMA first interrupt is no more serve in the program ...
apparently all flags etc are set properly after exiting the 2 levels but DMA interrupt is no more served .
please what can I check ? what can be wrong ? I tried to have a larger STACK but no solution yet .
do you have a 2 level interrupt example on this machine I can chek and use ?
any idea is welcome
thank you
BR
Carlo