This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
I am missing driver files which declare the abstract interface for various components in the SimpleLink MSP432E SDK 1.60. source/ti/drivers/ lacks ADC, AES, I2CSlave etc. both .h and .c. As I understand the architecture, these are defining an abstract interface common across the SimpleLink line (CC3200 etc. should have these as well.) Also, it's practically possible to add a e.g. I2C ADC which would still conform to the ADC.h interface.
Will this interface be reintroduced ? I see there never was an ADC_Config / function/hwattrs for the MSP432E, I assume the missing implementation was the reason for removing it in the SDK. This doesn't prevent from using the interface for various purposes (simulate, or even a real I2C ADC, or just implementing the driver yourself.)
**Attention** This is a public forum