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

Using SPI master mode (NOT WORKING)

Hi, I'm using a nRF51422+nRF6310 and I need to use SPI in order to connect with some devices. I am trying to run the example "spi_master_example_with_spi_slave" but I found is not working. Apparently is not crashing (is not going to the error handler), the problem is that I cannot see the clock signal ( neither the MISO, MOSI...) in any of the pins. Not only I tried with the appropiate pin but also I tried with all the other pins and I'm not seeing the signal on my oscilloscope. What can be working bad? How can I solve that problem and use my SPI in master mode? I hope you can help me whit the issue, Thanks in advance

Parents
  • image descriptionIt is the same in my side. Not correct signal in the bus. Is this example correct and usable?

    Use the default setting, including the pins assignment. It send out 16 bytes from 'A' + 1 to 'A' + 16, but the clock is not correct obviously.

    It is quite strange...

Reply
  • image descriptionIt is the same in my side. Not correct signal in the bus. Is this example correct and usable?

    Use the default setting, including the pins assignment. It send out 16 bytes from 'A' + 1 to 'A' + 16, but the clock is not correct obviously.

    It is quite strange...

Children
No Data
Related