Seeed_Arduino_rpcUnified
Seeed_Arduino_rpcUnified copied to clipboard
Whats the baud rate and pinout on the Wio terminal?
Hi!
I'm implementing support for Wio Terminal + WiFi (using eRPC ameba firmware) in Rust.
Can you help me work out what the parameters are for talking to the ameba? In particular, I'm not sure what the baud rate is.
Is this correct?
- Reset the RTL8720 by bringing
PA18low for 100ms, then high, and waiting 100ms - Communicate using NXP eRPC over
SERCOM0in UART mode, with RX onPC24(Pad2) and TX onPB24(Pad 0). No CTS/RTS. - ? Baud rate 1843200 ?
- eRPC uses the default codec, default framed transport, default crc16 (starting value
0xEF4A, polynomial0x1021)