Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Mikroelektronika Flip'n'Click SAM3X

This Wiki page documents my trials an tribulations in getting a usuable NuttX development environment for this Flip'n'Click board. This board is an Arduino-Due work-alike with four Mikroe Click bus interfaces. Like the Arduino-Due, this board features the Atmel ATSAM3X8E MCU running at 84 MHz. And like all Arduino boards it is optimized to support Arduino sketches loaded via the Arduino IDE.

...

The alternative is to use JTAG and that is the subject of this Wiki Page

The JTAG Connector


Image Added

{{http://nuttx.org/Images/fnc-sam3x-connector.pngImage Removed }} The Flip'n'Click SAM3X comes with pads for micro 10-pin JTAG connector on board. However, connector is not populated. You will need to purchase the connector and solder it in place yourself as shown below. The connector shown here is the one recommended on the ARM.com website: Samtec FTSH-105-01-L-DV-K (for example from Digi-Key).

NOTE the orientation of the connector: The slotted side of the connector goes toward the inside of the board. This is necessary with the keyed connector in order to match up pin 1

JTAG Debugging


...

J-Link Configuration / Sample Debug Session


{{http://nuttx.org/Images/fnc-sam3x-segger.pngImage Removed }}
{{http://nuttx.org/Images/fnc-sam3x-debug.jpg?450x350Image Removed }}Image AddedImage Added

Serial Console

...

Image Added

{{http://nuttx.org/Images/fnc-sam3x-serial.pngImage Removed }} On a totally unrelated topic, this photo shows the white side of the Flip'n'Click with the four mikroBUS Click sockets. I am using an RS-232 Click module for testing here (because I had some difficulty with full duplex communications over the Arduino virtual COM port which is really the better option).http://nuttx.org/Images/fnc-sam3x-console.jpg?400x200Image Removed

Image Added

Serial console output with TeraTerm on Windows.

Acknowledgement

The Flip'n'Click SAM3X was contributed by John Legg of The Debug Store.

...