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. In I2C.h I see the default options for the I2C bit rate as 100 kbps, 400 kbps, 1 Mbps, and 3.33 Mbps. However, I need to use a value different from these 4 options (≈2.94 MHz). Is there a way that I can send a different value to i2cParams.bitRate?
I got this code example from the Resource Explorer in CCS, and for some reason do not seem to have access to I2C.c to edit the bit rate manually.