I am unable to get Flexcomm 7 to run as an I2C Master on the LPC54628 (OM13098 dev board)
Here is the gist of my MCUxpresso S/W:
1) Enable pins P12 (FC7 Data) and P13 (FC7 SCL)
2) Route 12MHz clock to FC7 and start it (SYSCON->AHBCLKCTRLSET)
3) Config FC7 for I2C (FLEXCOMM7->PSELID->PERSEL = 3)
4) Config as master (CFG = 1)
5) Set clock for 400kHz (CLKDIV = 5, MSTTIME=0x11)
6) Write data (MSTDAT=0xC0, MSTCTL=0x2)
Data is not written out to pins?
I see no errors in either status reg (STAT or INTSTAT)
NOTE: I did a similar thing on FC9 for SPI and it works correctly...
Thoughts?