This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

SPI config

I am using SDk 11. S130 V2.0 What is the equivalent of spi_master_evt_handler_reg ? I just want to configure my handler to receive the interrupt of the SPI master. Please help I don't want to use the driver API ( "nrf_drv_spi.h" "nrf_drv_spi.c" ) implemented by Nordic because there are many thing i don't need. I am using only the file "nrf_spim.h" which is ok for initializing the SPI

Parents Reply
  • Kristin, how can i link the interrupt handler to the function i want to be executed when the interrupt is generated, that's my exact question. I checked that example, and it is a little bit complicated so i didn't understand how to do that without using the driver layer defined by Nordic.

Children
No Data
Related