All Harmony SPI demos fail on a PIC32MZ EF SK
Hi,
I have a PIC32MZ EF Starter Kit, and am trying to get a SPI example from Harmony working.
I am using MPLABX v5.05, XC32 v2.10, and Harmony v2.06.
I tried the spi_loopback and spi_self_loopback projects in the Harmony apps/ folder and they both compile fine but they both fail the demo app with 0xfffffff in the rx buffer.
The only unusual thing I see is the below warning I get every time I program the dev board, but other harmony examples (such as the nvm driver demo) work just fine with the same warning:
"Target Device ID (0x7227053) is an Invalid Device ID. Please check your connections to the Target Device."
Any help is very appreciated.