Skip to main content
Associate
November 13, 2024
Solved

NUCLEO-WL55JC reset when laptop attached to it.

  • November 13, 2024
  • 3 replies
  • 3079 views

I use the NUCLEO-WL55JC STM32WL Nucleo-64 board, which I supply with an external power supply.

Each time I attach my laptop in order to view the console, the WL55JC is reset. I assume the STLINK-V3E issues a reset to the WL55JC.

Is there a possibility to avoid that?

I tried to take away the jumper that allows T_NRST to be connected to ST-LINK, but then, when I attach my laptop the board, the WL55JC enters an unusual state (it neither continues normal operation nor does a reset). Except for this I did not find any other ideas how to change the behavior. Is there any?

 

Best answer by HOPilsan

First I left SWDIO and SWCLK, then I removed them. No change.

Yep, a good idea o check the voltages. I'll do that.

3 replies

Andrew Neil
Super User
November 13, 2024

@HOPilsan wrote:

I attach my laptop in order to view the console


What "console" are you using?

A complex system that works is invariably found to have evolved from a simple system that worked.A complex system designed from scratch never works and cannot be patched up to make it work.
HOPilsanAuthor
Associate
November 13, 2024

It is LPUART1 which is tunneled by the ST_LINK through USB to my laptop.

Andrew Neil
Super User
November 13, 2024

Does the board have jumpers/solder-bridges to disconnect the NRST from the ST-Link to the target?

Or use a separate USB-to-UART adaptor.

A complex system that works is invariably found to have evolved from a simple system that worked.A complex system designed from scratch never works and cannot be patched up to make it work.
Sco
ST Employee
November 14, 2024

You mentioned you " take away the jumper that allows T_NRST to be connected to ST-LINK", would you confirm which jumper you removed?

 

BTW, if you assume it's impacted by the NRST, another way is to monitor this signal to see if there is a drop when the reset happens.

HOPilsanAuthor
Associate
November 14, 2024

It was jumper JP8 position 9-10. I'll check both NRST and the voltages and give feedback.

Andrew Neil
Super User
November 14, 2024
A complex system that works is invariably found to have evolved from a simple system that worked.A complex system designed from scratch never works and cannot be patched up to make it work.