RX_Callback at SPC560P - Disp
I want to know when or how exactly the RX callback function is triggered on the SPC560P - Disp Discovery board.
I have created the function at the low level driver at the serial configuration and see it also in serial_lld_cfg. I have defined it afterwards.
I want to work in asynchronous mode to avoid blocking. I can also receive single bytes with the function sd_lld_read().
But the callback function is never called or executed. what is the reason?
Actually I would like to receive more than just one byte which is why I want to use the callback function as an interrupt.
Can anyone help me here?
Thanks
Timo
