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?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people's questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people's questions & connect with other people.
Volt.Tech
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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