Thnx Thomas and Rolf, I managed to come to a result.
I did found the site with instructions explanation and changed the code to something fitting my program.
I needed some changes because I can't send out the whole screen at once because there are also the line numbers to send out
By learning some assembler with this example, the simulator was a big help (y)
The result to communicate two lines is:
- normal code takes about 85 µSec
- code optimized takes about 58µSec
- assembler code takes about 26µSec (but with the disadvantage that you need to be carefull what you do with tasks, processes and irq's)
Thanks for helping (y)
I did found the site with instructions explanation and changed the code to something fitting my program.
I needed some changes because I can't send out the whole screen at once because there are also the line numbers to send out
By learning some assembler with this example, the simulator was a big help (y)
The result to communicate two lines is:
- normal code takes about 85 µSec
- code optimized takes about 58µSec
- assembler code takes about 26µSec (but with the disadvantage that you need to be carefull what you do with tasks, processes and irq's)
Thanks for helping (y)