Versions Compared

Key

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

SimplePublish for SAM C21 Xplained Pro

...

Note

Windows is the only supported OS for the latest Atmel Studio 7.

Tip

ASF is included in Atmel Studio 7 and does not require a specific download, but you can use the Extension Manager (Tools->Extension Manager) to update it.

Prepare the SAM C21 Xplained Pro

...

  1. In the Soution Explorer window (right side), right click your project > Properties (Alt+F7)
  2. Toolchain > ARM/GNU C Compiler > Directories
  3. Press the  icon and then the (...) button
  4. Again browse to the C Library in the repository: sm_clib/sm_clib/ and press Select Folder

    Note

    Make sure that you add a relative path to sm_clib/sm_clib/ and not just the top sm_clib/ directory.

     

  5. Press OK.

  6. Repeat the previous steps for the QSL in the repository: sm_qsl/

  7. Press Ctrl+S to save your changes

...