This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

How to use TRACE pins as SPI pins

Now I am using nRF52840 
I want to get data from a sensor via SPI. I configured the SPI pins like this
P0.11 -> SPI_CS
P0.12 -> SPI_MOSI

Actually, I couldn't get any data with these pin assignments. however, I could get data with another pin assignment.

 I noticed these pins are configured as Trace data
So how can I use these PINs for SPI communication?
Please help me

Thanks

Related