Close

UART Test

A project log for FemtoBeacon

The smallest wireless IMU - Dime sized, ARM Cortex M0+ with 9-DoF IMU, temperature and altimeter. Supports ZigBee and Mesh networking.

femtoduinofemtoduino 10/26/2015 at 03:400 Comments

I'm attempting to get UART Serial data to show up in my serial terminal. I've modified an LwMesh Peer2Peer example to use SERCOM1 at 38400 baud, and have pins PA16 as Tx, PA17 as Rx to an FT230X board called a MicroFTX (jim.sh/ftx)

Currently running into issues, as I cant seem to get any data. Hooking it up to my Rigol oscilloscope in the hopes of seeing whats up w/ the signals.

EDIT: Thanks to Atmel's awesome support, the final change was determined to simply change PMUX index from 2 to 8. We now have UART serial!

Discussions