How to use UART interface instead of SPI with X-NUCLEO-NFC03A1 and X-CUBE-NFC3 polling demo
I have the X-NUCLEO-NFC03A1 expansion board connected to the NUCLEO-F401RE, successfully running the demo polling code from X-CUBE-NFC3. I would like to modify the code to allow the two boards to communicate using UART alone (no SPI pins necessary). The X-CUBE-NFC3 user guide suggests that this is possible at the end of the document when it says:
" [The X-NUCLEO-NFC03A1] capable of interfacing with the external STM32 microcontroller on STM32 Nucleo board using SPI/UART transport layer. By default it will run using SPI interface. The user can choose to compile with one of the two interfaces by selecting the right target under Projects properties."
I'm using the IAR Embedded Workbench IDE, and can't find anything like Projects -> properties that would allow me to change the default interface. Could anyone outline the steps I should take to make this change?
Thanks!
