Hello,
I'm using SPIMaster_LDD driver in my K20 project and External Interrupt signalling that data I want to read from external device are ready. But when the OnInterrupt event is called and the service function is in progress, it disables the other event I'm using, SPI_OnBlockReceived flag and the program ends up in the infinite loop. Could you please give me an advice how can I service these two events and avoid that conflict of two event function callings?
Thank you very much!
Ondrej