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

What is the difference between GPIOs of nrf51422 and nrf51822

Hii all,

I wanted to generate a clock pulse from the pin P0.05, I've written the code and when I tested the application with nrf51 DK with chip 51422-AC its working fine and I can able to see the clock, but when I changed the linker script to aa and tested the same on the board with chip 51822-AA its not showing any clock. I just wanted to know are there any other changes i need to do

Parents
  • The chips are equal except for the RAM, which should be handled by the linker script. (And that 822 doesn't support ANT). Also, there are different chip revisions which is given by the xx in nRF51822xxAA. Check out the compatibility matrix to see which chip you have and which SDK and SD that goes with that chip.

    The GPIOs depends on the board you are using. Is it the PCA10001 board you are using for the xxAA chip? Try to define the right board in the makefile (i.e. BOARD_PCA10001) to get the right GPIO settings.

Reply
  • The chips are equal except for the RAM, which should be handled by the linker script. (And that 822 doesn't support ANT). Also, there are different chip revisions which is given by the xx in nRF51822xxAA. Check out the compatibility matrix to see which chip you have and which SDK and SD that goes with that chip.

    The GPIOs depends on the board you are using. Is it the PCA10001 board you are using for the xxAA chip? Try to define the right board in the makefile (i.e. BOARD_PCA10001) to get the right GPIO settings.

Children
No Data
Related