cancel
Showing results for 
Search instead for 
Did you mean: 

How to do UART3 to UART2 File transfer in STM32G0

Sn.17
Associate II

How to do UART3 to UART2 File transfer in STM32G0B1R8T6N

2 REPLIES 2
S.Ma
Principal

Do you mean forward datastream from one uart to another? Start with a sw fifo and byte interrupt callbacks.

UARTs can transfer bytes, they do not directly understand the concept of files. What exactly is the purpose of what you propose? Could you use the XModem protocol? Do you understand the byte level content of the files in question?

https://community.st.com/s/question/0D53W00000xpCwXSAU/how-to-transfer-a-file-which-has-amr-format-from-uart1-to-uart2-

https://community.st.com/s/question/0D53W00000VircOSAR/how-to-transfer-audio-file-amr-from-one-usart-to-another-usart-in-stm32f030c8t6

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..