Sorry for my late reply, there were a lot of other things to do.
Unfortunately, your suggestion hasn't brought a change.
But there is a new situation in that sometimes totally wrong data is displayed.
Sometimes it...
CR/LF characters are definitely sent by device, I've checked settings for line ending in serial monitor.
As an additional prove CR/LF are tested in my code and string with corresponding text should be printed.
Hi KurtE,
removed DMAMEM from definition of "rx_buffer" --> seems to be nearly perfect
setup(): dest=0x20000DBC
0123456789012345678901234567890123456789012345678901234567890123...
It's getting better ;)
First I did a quick test changing "DMAMUX_SOURCE_LPUART4_RX" to "DMAMUX_SOURCE_LPUART4_TX" --> isr is entered now
After that I replaced the "imxrt.h2 file --> same result, isr is entered
...
Hi KurtE,
THX for your quick response!
Changing LPUART1 to LPUART4 shows a little change:
LPUART4_BAUD=0x18200064
LPUART4_CTRL=0x3C0000
FYI - Serial2 RX is connected to TX of a GPS-module at 9.600 Baud
Teensy 4.0 UART RX to DMA
Can anyone help to convert the T3.6 example below to T4.0?
Best Regards,
HuHu
//---------------------------------------------------------------------------------------
// UART Rx...