Apologies for the newbe question. I am inheriting a project that targets an STM32F072CB.
I was able to download the BSP from https://visualgdb.com/hwsupport/
I confirmed in Visual Studio (2017 Pro) > Tools > VisualGDB > Manage Packages that an STM32 BSP was installed (version 2020.01).
However, when I build, I see the following error.
Error Could not find a BSP with ID = com.sysprogs.arm.stm32 and version = 2019.12. Please use VisualGDB Package Manager to install it. iSonoMotorM0 C:\Program Files (x86)\Sysprogs\VisualGDB\MSBuild\SysprogsPlatform.targets 103
In stm32.xml, I edited the version to:
<BspID>com.sysprogs.arm.stm32</BspID>
<BspVersion>2020.01</BspVersion>
But I see the same error. Any pointers would be greatly appreciated. I either need to download a down-rev BSP (from where?) or need to tell VisualGDB to use the newer version (crossing my fingers that no functions have changed) Thanks -Ed
-
This topic was modified 4 years, 7 months ago by landau9255.
-
This topic was modified 4 years, 7 months ago by landau9255.
-
This topic was modified 4 years, 7 months ago by landau9255.