Visitor II
December 30, 2020
Question
Getting error with STM32CubeProgrammer API package's Visual Studio project
- December 30, 2020
- 1 reply
- 1020 views
Hi,
I am investigating usage of STM32CubeProgrammer API package to connect, download executables to connected STM32 MCUs.
I was going through example Visual Studio project installed with STM32CubeProgrammer available at "C:\Program Files\STMicroelectronics\STM32Cube\STM32CubeProgrammer\api\project\Visual Studio".
I was able to successfully compile the MSVS project successfully but while running the application, getting following error. Kindly guide to resolve the error.
'STM32CubePrgAPI.exe' (Win32): Loaded 'C:\Program Files\STMicroelectronics\STM32Cube\STM32CubeProgrammer\api\lib\STM32CubePrgAPI.exe'. Symbols loaded.
'STM32CubePrgAPI.exe' (Win32): Loaded 'C:\Windows\SysWOW64\ntdll.dll'. Cannot find or open the PDB file.
'STM32CubePrgAPI.exe' (Win32): Loaded 'C:\Windows\SysWOW64\kernel32.dll'. Cannot find or open the PDB file.
'STM32CubePrgAPI.exe' (Win32): Loaded 'C:\Windows\SysWOW64\KernelBase.dll'. Cannot find or open the PDB file.
The thread 0x50c8 has exited with code -1073741701 (0xc000007b).
The thread 0x9a0 has exited with code -1073741701 (0xc000007b).
The program '[28304] STM32CubePrgAPI.exe' has exited with code -1073741701 (0xc000007b).I am using Microsoft Visual Studio Professional 2017.
Regards,
Raghavendra
