Hi!
We're developing on an NRF52840 and are trying to understand what the meaning of the specified 'recommended usage' is, as its specified in the aQFN73 ball assignments
Reading this post dealing with Pin Usage on NRF52840, it seems that any GPIO pin (minus the specified exceptions) can be used for any function available to the chip.
Please note that we have read and understood the recommendation against using the GPIOs near the RF with 'high frequencies' signals, and will adhere to it when allocating functions to GPIOs. We are also aware of specific pins being able to be used as analog inputs and others which can not be used as analog inputs.
Here are our questions:
1. Why are specific pins recommended for use of specific functions if all of them can be used for any function. What makes a certain pin 'recommended' for SPI CLK for example?
2. What are the drawbacks of using non-recommended pins for any of the available functions? Could you specify a list of GPIO to function pairs which will be 'worse', or 'better' than others in some way? ( analog input and high frequency GPIO pins near the RF can be ignored as we understand these points )
3. Which functions are limited to a specific pin? Are the SWD or Trace lines limited to specific pins?
4. Specifically, if you could address the RESET functionality which is recommended to be used in pin P0.18. Will there be any difference in power consumption or the ability to 'wake' the device up from any sleep mode if it is used in a different pin?
Thanks!