Part Number: MSP432E401Y
Other Parts Discussed in Thread: MSP-EXP432E401Y,
Hello,
I am using the MSP432E401Y (currently via the MSP-EXP432E401Y LaunchPad). I am branching my code off of the existing example "i2ctmp007_MSP_EXXP432401Y_nortos_ccs" only with different booster packs. For my application I need to set a specific bit rate for the I2C that is not part of the enumerated types. I realize that to do this I need to use DriverLib calls, but I can't seem to get the DriverLib added to my existing project. I have downloaded other example projects that use DriverLib, and those worked fine.