I might be missing something here, but so far, after couple of weeks playing around with the CC3220 all I see is how frustrating is to find information that can help a developer to create applications in this platform
Where can I find info? here and there and forums and etc.etc. So I found the programers guide which file name si something like "SWRU455J.pdf" it says that the simple link has a Host Driver API and in quick reference lists all the functions and point to appendix with a description of it. Now, I´m interested in the HANDLERS, those functions that you MUST implement in your code. But I cannot find any information on the API details, how to use it, examples, etc.
At this point, an expert will say something like: Why don´t you take a look at the demp or the example ? Well, those examples and those demos DON´T tell much about what the CODE is doing and most important WHY it is doing it? very poor documentation on the code. Just to understand how to simply connect the device to WiFi, all the experts send you to an example or look at the OOTB demo, yeah right, thank you, let me go through hundreds of code lines just to see how to connect the device to WiFi. So I end it up with the document "SWRU368B.pdf" (great file name) with a very nice state machine diagram of a basic network application and the code. that is just fine. Now I want to read the APIs that the code is using and I really really need help finding those APIs documentation, the DETAILED ONES
It feels like the content that is supposed to help people get onboard of the TI platform has been created thinking in helping internal TI internal teams.