Posts: 4
Threads: 1
Joined: Jun 2022
Reputation:
0
16-06-2022, 06:41 PM
(This post was last modified: 23-06-2022, 09:04 AM by embitz.)
Win7 64, Embitz 2.41, STLink2-1 version V2J39M27 from a modified (+3.6V) Nucleo64 board debugging a STM32F334 (LQFP32) target.
When i try to run a debug session i get the following message:
EBlink-Error
Target voltage [0.01V] is to low for reliable connection.
Tried various settings in the "Override VCC" settings to no avail.
I dont get this issue with Embitz1.11 and the same STLink and 334 debug target.
Edit: Just tested with a standard Nucleo 446 board and it seam to work OK with Embitz 2.41
Posts: 135
Threads: 5
Joined: Apr 2020
Reputation:
11
Ok, if the measured voltage is below 1.65 then this error will popup.
You have the target voltage connected to the stlink I assume?
The VCC voltage override is used for the selection of the right flash strategie (see script files) but perhaps it's an idea to overrule the voltage internal in EBlink also with this option.
Posts: 135
Threads: 5
Joined: Apr 2020
Reputation:
11
22-06-2022, 01:06 PM
(This post was last modified: 22-06-2022, 01:24 PM by embitz.)
As far as I know, and I have approx 50 nucleo boards, all those boards report the target voltage. If they really measure it or just return 3.3 on that particular USB API call, I don't know but for the user that's not important.
But how difficult is it to check your pinout as I attached in the picture above?
Posts: 4
Threads: 1
Joined: Jun 2022
Reputation:
0
22-06-2022, 06:34 PM
(This post was last modified: 22-06-2022, 06:46 PM by Salamander.)
To which one could reply , how difficult is it to understand i dont use a STLINK/V2 as i mentioned in bold text twice already?
The link includes the STLink2-1 schematic which is not a full white boxed STLink/V2, so whats difficult with that? Still the fact remains, Embitz1.11 works 2.41 dont.
When i measure my F446 nucleo board CN1 1pin it also reports 0V so obviously your EBlink measure something but what and where?
Clearly your software is only working up to +3.3V and not +3.6V. And i bet all your 50 nucleo boards uses the +3.3V regulator.
Posts: 135
Threads: 5
Joined: Apr 2020
Reputation:
11
22-06-2022, 09:26 PM
(This post was last modified: 23-06-2022, 09:05 AM by embitz.)
Ah ok, yes I missed that completely. I changed the title.
Well, EBlink doesn't measure but the STlink firmware is doing so. And your STlink is reporting to EBlink that it supports target voltage measurements so EBlink is asking the probe "well, if you support voltage feedback, please give it to me!" and the STlink reports back "0.01V".
The STlink is using PA0 for the measurement as far as I can see. In your link there is a bridge SB11.
But I personally never used a break-away board from a nucleo so I don't have any experiences with how to use these as standalone debugger.