Hi,
In the Data sheet for the LPC55S2x/LPC552x, it mentioned in Chapter 7.9:
> Supports flash programming through In System Programming (ISP) commands over
following interfaces: USB0/1 interfaces using HID Class device, UART interface
(Flexcomm 0) with auto baud, SPI slave interfaces (Flexcomm 3 or 9) using mode 3
(CPOL = 1 and CPHA = 1), and I2C slave interface (Flexcomm 1)
It clearly mentions that SPI Slave programming is possible through Flexcomm 3 or Flexcomm 9, which is useful because my application could make use of this feature. However, the data-sheet only shows 9 Flexcomm channels, Flexcomm 0 to Flexcomm 8. There is no Flexcomm 9 channel.
Is this an error with the data-sheet, or is the Flexcomm 9 channel only present on some of the soon-to-be released devices in the family?