Other Parts Discussed in Thread: AM6442, , CC1310, SYSCONFIG, UNIFLASH
Hi,
I have a custom board with a AM6442 CPU (running Linux) and a CC1312R1F3RGZT SUB-G.
The board design was reviewed by TI's team.
CC1312R1F3RGZT <-> AM6442 communication should be over UART.
UART RX (SUB-G to CPU) is connected to DIO_2.
UART TX (CPU to SUB-G) is connected to DIO_3.
I have another signal that I can configure as UART CTS or GPIO connected to DIO_1 (Which I need to use to flash the SUB-G device),
and another signal that I can configure as UART RTS or GPIO which is connected to RESET_N.
I could not find examples on how to communicate with this device with Linux.
How can I check if it is alive (maybe some magic UART message)?
How can I flash it from Linux?
Can you refer me toCC1312R1F3RGZT usage with Linux examples?
Thanks

