Skip to main content
james.stocktonj1
Associate II
February 22, 2019
Solved

Reset line pulled low for no reason

  • February 22, 2019
  • 7 replies
  • 2266 views

I have created my own board based on the STM32L073RZ where I copied certain bits from the NUCLEO borad. I am having a problem where I can't connect to it using the STLINK. I have found out that even with only power plugged in the reset line is pulled low for no reason. I have double checked my schematic and the pinout of the chip. I have also tried adding a 10k to 3V3 but it is stilled low. It can't be that there is a short to ground because I have done a continuity check and they are not connected, the chip itself must be pulling it low. Can anyone help??

This topic has been closed for replies.
Best answer by Tesla DeLorean

Make sure you have VDDA powered​, otherwise it will clamp NRST low in the POR circuit.

7 replies

AvaTar
Senior III
February 22, 2019

The problem is either on your side (schematic, layout, PCB), or the MCU is damaged.

If it's not BGA, you can try to desolder the NRST pin, and pull it up.

james.stocktonj1
Associate II
February 22, 2019

Yes I agree with that, I've made two boards and both of the chips where soldered professionally (I didn't feel like attempting a LQFP64 at home), so its unlikely shes blown both chips or shorted any pins. 'll try lifting the NRST pin but I have a feeling its something inside the chip, the board layout and schematic should be fine (I've double checked them both) but the continuity check should have flagged up if they where connected to ground.

AvaTar
Senior III
February 22, 2019

As one usually learns the hard way, first prototypes usually contain routing errors.

I would lift up the pin, and measure with and without pull-up.

I'm not a hardware guy, but used to be employed in sparsely populated embedded SW departments, and thus had to get such boards working myself.

Tesla DeLorean
Tesla DeLoreanBest answer
Guru
February 22, 2019

Make sure you have VDDA powered​, otherwise it will clamp NRST low in the POR circuit.

Tips, Buy me a coffee, or three.. PayPal Venmo (See Profile) Up vote any posts that you find helpful, it shows what's working..
james.stocktonj1
Associate II
February 22, 2019

Thank you very much for that. It is now fixed and I can upload to the chip now. I didn't really think that the VDDA power would matter, I tried putting as little components on the board first as possible.

Thanks a lot.

James