Hi
Im having troubles to get the SSI interrupt to work several times.
Im disabling the GIO interrupts at the beginning of the SSI (after reading the register) and enable the GIO interrupts after finishing the processing in the SSI. The problem is
1)When disabling and enabling the GIO interrupts, the SSI doesnt work a second time.
2)If I don't disable the GIO interrupts, the SSI repeats one more time and then nothing works
I don´t know whats causing it but I think is the clearing of the Flag
Im using this line to clear the register:
uint32 offset = systemREG1->SSIVEC;
but it seems it is not working properly. Any idea??
I can't upload the code but I can send it in private message.
Thanks for the help!!