Enabling Serial receive interrupt(UART)
Hello
I'm working with spc560p and I want to enable serial receive interrupt, that whenever data received, it save the data and so on.
I could send data by serial driver as sd_dll_write command and its ok. But when I want to use sd_dll_read, actually mcu stopped. It is cleared that I should use interrupt. But need some help.
Thanks
