Sir,
I wanted to know about transfer of data from nrf to msp430 via spi pins. For this condition, which function/api is used for transmission of single data to slave. What kind of criteria to be followed.
Sir,
I wanted to know about transfer of data from nrf to msp430 via spi pins. For this condition, which function/api is used for transmission of single data to slave. What kind of criteria to be followed.
About criteria, it depends how you configured spi on msp430... But you just use standard SPI, don't you? you got some specific problem, or what?
Please check spi driver documentation from infocenter... Also, there is SPI example available in SDK examples.
Thank you Sir, for your valuable notes. It made worked. Register configuration is the problem. Finally i got the data right from nrf to slave