本文主要是介绍Visual Stdio GDB新建工程,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
- On the first page of the wizard select “Embedded Binary -> MSBuild“:
- Select your device. In this example we will use the STM32F4 Discovery board with the STM32F407VG device:
- Select the LEDBLink (HAL) sample in the sample list:The sample project will use the PWM to gradually change the intensity of the LED, so we recommend setting the LED port and channel number to match your board. However, the Live Watch functionality shown in this tutorial will work even without an LED.
- On the last page of the wizard select the debug method. As long as you are using either OpenOCD, or the J-Link GDB stub, Live Watch will work as expected:Once you have selected the debug method, press “Finish” to generate the project.
这篇关于Visual Stdio GDB新建工程的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!