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
...
- In the Soution Explorer window (right side), right click your project > Properties (Alt+F7)
- Toolchain > ARM/GNU C Compiler > Directories
- Press the icon and then the (...) button
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.
Press OK.
Repeat the previous steps for the QSL in the repository: sm_qsl/
Press Ctrl+S to save your changes
...