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

nRF52810(QFN32) - pin 32 - vdd

in application design , this pin is not connected to VDD , but application board works well ,

application's power range is 2.2V - 3.3V (AAA batteries), max current consumption is around 7mA.

so is there a risk for application?

and what is the role of this pin ?

Parents
  • pin 32 (assuming you have the QFN32 part!) is VDD. 
    pin 9 is also VDD, and they are probably connected together inside, so only having one connected is still powering your chip.

    BUT.. QFN32 is a pretty limiting package.. you lose IOs compared to the QFN48 version of the same device.. and one of those two VDD pins could easily have been used for another GPIO if it wasn't needed for power input...

    Even if it "works"  I'd expect you could be having problems with high current draw situations like tx.
    how's your tx power compared to the same code running on a board that has that power pin connected?
    How's your transmitted radio spectrum looking? are you getting spurrs or harmonics?

    It's possible that the only difference is your board might not run right down to the lowest operating voltage specified.. but there's also a lot of other possibilities, and at the end of the day if you're running it without that pin connected it's running out of spec. you should really re-spin the board to fix that issue.

Reply
  • pin 32 (assuming you have the QFN32 part!) is VDD. 
    pin 9 is also VDD, and they are probably connected together inside, so only having one connected is still powering your chip.

    BUT.. QFN32 is a pretty limiting package.. you lose IOs compared to the QFN48 version of the same device.. and one of those two VDD pins could easily have been used for another GPIO if it wasn't needed for power input...

    Even if it "works"  I'd expect you could be having problems with high current draw situations like tx.
    how's your tx power compared to the same code running on a board that has that power pin connected?
    How's your transmitted radio spectrum looking? are you getting spurrs or harmonics?

    It's possible that the only difference is your board might not run right down to the lowest operating voltage specified.. but there's also a lot of other possibilities, and at the end of the day if you're running it without that pin connected it's running out of spec. you should really re-spin the board to fix that issue.

Children
  • Hi Julian , thanks a lot for your reply ,

    yes , it is QFN32 pins package, 

    our application is power by 2 AAA batteries , so the power supply is between 2.2V - 3.3V

    we did a lot test on every aspects , no issue found so far , even the CE certificat is tested OK

    we didn't use DCDC option , and not use pin26 pin27 pin28

    I just so curious how this PIN32 VDD is connected internally and which part of function it powers up , do you know any souce from which I can know it ?

Related