Part Number: AMIC110
I am currently working with the AMIC110 ICE evaluation board and have encountered an issue with the official software documentation.
The provided software link:
http://processors.wiki.ti.com/index.php/AMIC110SW
appears to be broken or misdirected and does not provide usable resources for development.
As a result, I am unclear on the correct starting point for software development on this platform. The available SDK structure is very large, and there is no clear documentation on how to begin a minimal custom project for basic bring-up (UART, GPIO, timers) without relying on large example projects.
Specifically, I am looking for:
- The correct and current software documentation or resource link for AMIC110
- Recommended workflow for creating a minimal custom project (bare-metal or low-level)
- Guidance on initializing basic peripherals (UART, GPIO, timers) on this device
- Clarification on whether StarterWare is still a valid approach for evaluation/prototyping
My goal is to build a simple proof-of-concept relevant to industrial control (basic I/O, timing, and communication), but I am currently blocked by the lack of clear entry-point documentation.
Any guidance or updated resources would be greatly appreciated