Hello everyone,
I am trying to configure two interrupts and cannot figure out what's wrong. The attatched code shows the initialization of UART and I2S.
The strange thing is that only the last initialized interrupt works.
e.g.
uartInit(9600);
i2sInit();
-> I2S works
i2sInit();
uartInit(9600);
-> UART works
I could not really find an answer to this problem, so I hope that anyone can help me. Thank you in advance.
Regards
Sebastian