Closed cblack-f3 closed 2 years ago
https://github.com/Analog-Devices-MSDK/msdk/blob/25461c92fa248083f40f04a6b3307da4cb744eb5/Libraries/PeriphDrivers/Source/SPI/spi_me18.c#L106
if statements for MXC_SPI2, 3, 4 are incomplete, missing spi ==
spi ==
Thanks @cblack-f3, PR opened
We are using SPI peripheral #4 on our HW and ran into this, tried the fix and it is now working ok
We appreciate it! The fix has been merged into main
https://github.com/Analog-Devices-MSDK/msdk/blob/25461c92fa248083f40f04a6b3307da4cb744eb5/Libraries/PeriphDrivers/Source/SPI/spi_me18.c#L106
if statements for MXC_SPI2, 3, 4 are incomplete, missing
spi ==