how can i programming uart interrupt(sd_lld_read)?
hello,
I am using the SPC582b and SPC5stdio.
I want to have interrupts run whenever I receive data.
But This function is difficult because it waits until input is received
(sd_lld_read, &lcd_data[bit], 1)
How can I implement an uart interrupt?
I need your help.
Thank you.
