We have a custom board based on the nRF52805 and we're seeing some odd behaviors in debugging / testing that we're trying to nail down. Two questions:
- The INFO.VARIANT of the nRF52805 on this custom board reads "AAA1" (0x41414131). This is not listed as a valid variant in section 4.4.1.9 of the v1.4 product spec for the nRF52805. What's up with that? Is this a documentation issue, is this not a valid variant of the nRF52805, or are looking at some sort of illegitimate clone? Unfortunately, I don't have access to the MCU on the specific article of board I have and so I can't report the markings on the packaging, but I can get those if that would be helpful.
- We just discovered that we had the DC/DC regulator enabled even though this board lacked the necessary circuitry — DCC_A5 is not connected — which we're assuming might explain some of the weird behavior we've seen. Is it possible that running the MCU in this configuration could cause damage to the MCU or external components?