I need to connect a BLE112 to a microcontroller (msp430 family) as an spi slave device. I've configured it using hardware.xml file, setting mode="spi_slave".
Now, how can I read data?
"hardware_spi_transfer" does not fit my need, because it also sends bytes, while I only want to receive. And also, it seems it provides clock generation, which I want to avoid. Infact, I want the device working as slave.
Thanks in advance.