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

Pin assignment not working

Hi , im using the ble_app_uart project on nRF52832 chip.

Im trying to use SPI pins as: P0.13-data P0.14-clock P0.15-cs. before that i wanted to see that i control the pins and that they are free from another function. i tried to place them high/low but i got no response. i can see that pin P0.15 is toggleling in 10MHz.

how can i see if the pin is assigned to another function? i tried looking for an assignment but didn't fined anything.

Parents Reply
  • i disabled the SPI function (its not working properly yet) in order to try and see if i can control each pin by it self . no success.

    of course i went over the project and found no reference to P0.15 | P0.14 | P0.13. i think there is an assignment some where that is not included in the regular search.

    my question is there another way to see the pin assignment . 

Children
Related