Hello Guys,
I am using the STM32G071xx Nucleo Board along with VisualGDB Embedded Custom License for my Application.
I had followed all the guidelines that are given in the Tutorial of “Creating Embedded Bootloader Projects with MSBuild” given at https://visualgdb.com/tutorials/tutorials/arm/bootloader/msbuild/.
I am able to now debug the code of Main application that is linked with the Boot loader project successfully. But how can I Debug the Boot loader code in this case?
Do i need to debug the boot loader code separately? or Can I Debug the Boot loader code from here?
How?
Please suggest the best way from which I can debug both the codes i.e. Boot loader and Application .
Thanks & Regards,
nrbhatt007