(4) No device found on target
1) STM32l432kc nucleo board
2) Today I decided to test my sleep mode code
I uploaded my code, I received my print messages on USART, I decided to tweak a few things... and here is the issue.
When I attempt to upload again, I receive the following error:
Error in initializing ST-LINK device.
Reason: No device found on target.
I am using the STM32CubeIDE and I believe the source of my problem might be assigning an incorrect bit within one of the registers, it locked up and isn't allowing me to upload anymore.
Is there a quick way to reset the board in case this type of problems arise (the push button doesn't seem to do anything)?
From some research I've done, I realised that SB9 can act as a ST-Link Reset, but I'm a bit afraid to mess around with the nucleo as it's the only one I have atm.
Thank you in advance for any help!
