Hi,
Just writing my RF device driver now using SPI and PDCA.
I want to have a function which starts to send out a packet via SPI by PDCA and also enable the interrupt of its finish, and also let compiler automatically add the interrupt routine writen for this function(which do some flag setting job) when this function is included in the program. But anyone know how?
Cheng