Dear members
I am using Teensy 3.5 in an arduino environment. currently i read a string of 13 bytes in length and then do the processing.
Is it possible to use DMA to auto read the uart string and store it at a memory location using DMA . So that my program just reads the memory location / variable ad do the processing.
This will make my program efficient for adding other work and stop wasting time in reading the UART.
Please suggest and if possible please send me a code.
Regards
Arup
I am using Teensy 3.5 in an arduino environment. currently i read a string of 13 bytes in length and then do the processing.
Is it possible to use DMA to auto read the uart string and store it at a memory location using DMA . So that my program just reads the memory location / variable ad do the processing.
This will make my program efficient for adding other work and stop wasting time in reading the UART.
Please suggest and if possible please send me a code.
Regards
Arup