Hello, everyone! I am currently involved in a project that uses the mentioned board (CLRC663 on Arduino type header, used as NFC frontend). The NFC frontend can either connect to the RT1060 EVK on its Arduino header or using the Camera Signals header (using a ribbon connector and an FPC connector in between this header and the NFC board).
We have a code-base for NFC that is working on the Azure RTOS project with both Arduino header and CS header. When switching to the FreeRTOS project, the Arduino header works as intented, but the CS connection doesn't work.
I would like to mention that the pinmux and pin init/pin definition is basically the same, from a hardware perspective there is no change between these two projects. From a software perspective, I had to change only the phOsal layer, all the drivers are the same.
The documentation for this particular NFC IC is pretty sparse and I wasn't able to find any SDK examples with this working on FreeRTOS + RT1060.
I also made some captures using a logic analyzer.
Best regards,
Mihnea