18-02-2025, 06:16 PM
Hi,
Have installed EMBITZ 2.63(29) and EBLINK 5.30. For test I defined a small program for stm32f407VG disco using the project wizard. I included use of EBMonitor and ebmon.c and .h were added to the project. In the generated main.c source I added for test of ebmonitor a printf("\f I am alive \n");
As expected the build was ok. However running Debug gives the the message : "can't load device-script : stm32auto.script".
I've checked the 3 environment vars in windows 11 for EBlink. They are:
EB_SCRIPT_PATH C:\Program Files (x86) \EBLINK\scripts (here it actually resides)
EB_SCRIPT_ PROBE stlink
EB_SCRIPT_SCRIPT auto
which seems allright to me.
I am using STlink V4.5
I have no clue were goes wrong, Would appreciate your advice.
Cop
Have installed EMBITZ 2.63(29) and EBLINK 5.30. For test I defined a small program for stm32f407VG disco using the project wizard. I included use of EBMonitor and ebmon.c and .h were added to the project. In the generated main.c source I added for test of ebmonitor a printf("\f I am alive \n");
As expected the build was ok. However running Debug gives the the message : "can't load device-script : stm32auto.script".
I've checked the 3 environment vars in windows 11 for EBlink. They are:
EB_SCRIPT_PATH C:\Program Files (x86) \EBLINK\scripts (here it actually resides)
EB_SCRIPT_ PROBE stlink
EB_SCRIPT_SCRIPT auto
which seems allright to me.
I am using STlink V4.5
I have no clue were goes wrong, Would appreciate your advice.
Cop