What is the major difference between single and continuous transfer mode w.r.t to performance, as in both the cases for every byte ISR is served?
What is the major difference between single and continuous transfer mode w.r.t to performance, as in both the cases for every byte ISR is served?
Read less
According to the RK78/G13 User's Manual, "Transfer end interrupt (in single-transfer mode) or buffer empty interrupt (in continuous transfer mode) can be selected". So in the single mode interrupt is generated after transmission of every byte, and in continuous mode it is generated once the buffer bRead more
According to the RK78/G13 User’s Manual, “Transfer end interrupt (in single-transfer mode) or buffer empty interrupt (in continuous transfer mode) can be selected“.
So in the single mode interrupt is generated after transmission of every byte, and in continuous mode it is generated once the buffer becomes empty.
See less