Skip to main content
This topic has been closed for replies.

1 reply

Technical Moderator
April 16, 2025

Hello @dlagyals;

 

Why do you use "(uint32_t)&(USART1->TDR)" as a destination address in YourNodeName2 instead of "&(USART1->TDR)" like as the Github example?

Could you please try to change the destination address in YourNodeName2 to "&(USART1->TDR)"

KDJEM1_0-1744814717007.png

The link‑transfer consists of a series of 32-bit single reads: up to six single reads for channel with linear‑addressing mode and up to eight single reads for channel with 2D addressing mode.

I hope this help you.

Thank you.

Kaouthar