One thing I'm looking for in the SmartSnippets docs is … example usage of the API for the 14681. There are some code snippets around, but not much.
e.g., file:///C:/perforce/riskband-dev_steves/product/firmware/da1468x/code/doc/html/modules.html
Is there somewhere else I should be looking? Specifically I’m looking for SPI API example usage…
Thanks.
Steve
Device:
Hi akasanders,
The Smart Snippets doc is just documenting the the available API's that the SDK includes, and at some points it also includes small snippets of code for proper usage. If you would like some examples regarding how to use API's you should have a look at the examples that are included in the SDK, for example if you would like to interface with an SPI module you should have a look at the peripherals_demo (it includes examples for all the peripherals included in the 68x) in one project.
Thanks MT_dialog