Hi!
I hope I put this question in the right place.
Is there any possibility to share a spi connection between the host processor and the sensor controller?
Coding in Sensor Controller Studio is not really an option because of a) limited code size and b) no possibility to write functions, which forces me to rewrite the spi transmit function for every command.
Specifically I have got the following questions:
- Is it ok if I close my SPI connection on the host and free the csn pin before calling the Sensor Controller application?
- When does the sensor controller initialize the SPI pins? Are they released after one execution of the application?
Thank you very much in Advance!