I'm trying to use the HS SPI interface on a LPC55S06JHI48.
It is connected to flexcomm 8 according to the datasheet and manual but the device with this package. When I try to access SPI8 I get this error
assertion "i < (uint32_t)FSL_FEATURE_SOC_FLEXCOMM_COUNT" failed: file ".fsl_flexcomm.c", line 106, function: FLEXCOMM_GetInstance
FSL_FEATURE_SOC_FLEXCOMM_COUNT is defined as 8 in the LPC55S06_features.h file.
In that same file is this line
/* @brief FLEXCOMM8 SPI(HS_SPI) INDEX 8 */
#define FSL_FEATURE_FLEXCOMM8_SPI_INDEX (8)
How do I go about using this SPI interface with the SDK? (version 2.10.0)