Enabling the SPI communication after receiving interrupt from a Mobile APP
Hello everyone,
I am working with STM32WB55RG board to make a custom profile that sends a read request from mobile app to the board to communicate with STM32F7 via SPI. F7 contains the data that has to be sent to the mobile app.
I have been trying to figure how to integrate BLE and SPI in my code. I have used the snippet codes of SPI and it works fine.
It seems to be very difficult and the resources and tutorial aren't that straight forward like I wanted them to be. I am just not able to build the connection between the app and SPI.
Thanks in advance!
