Part Number: MSP432P401R
Tool/software: Code Composer Studio
Hi,
I'd like to set an ADC Adafruit MCP4725 using my PC through MSP432 microcontroller.
I am able to connect the ADC with the microcontroller using the following example. dev.ti.... This example is under driverlib folder. after making some modifications, I am now able to set the voltage of the ADC.
To be able to control the ADC through my PC, I started working on the UART example. I found the example on the following link, dev.ti..., an easy start. This example is under TI driver category. After being able to successfully run this example, now I'd like to combine the two codes. While doing so, I am constantly facing difficulties. On including the driverlib.h header file in this example, I receive an error, "failed to match a default include file". I have included every file and library, however, I am unable to resolve this error.
I'd like to ask whether these two categories, TI driver and driverlib, compatible with each other? How can I resolve this issue? Else, could you recommend me how should I code so that I am able to set my DAC using UART?
Thanks in advance.