Hi,
I have to SPI threads that occasionally must exchange data (data that comes in on one goes out on the other).
i adding the messaging framework and event class and event per the guide however i am confused on two points that i dont see in the guide.
1. Below i added a subscriber thread to the SPI_Data_Ready event however when i build i get the message "spi_data_api.h" not found.
2. i see how to assign a subscriber (SPI1) however, i picked the SPI0 thread when i added the framework. is that the way to assign the publisher thread?