Debugging STM32 Arduino

preview_player
Показать описание
Using the Arduino IDE to generate programs for the STM32 "blue pill" board and debugging with gdb.

Рекомендации по теме
Комментарии
Автор

Al, this 10 minute video saved me hours of screwing around! I can't thank you enough. Have a great day, I know I will.

CraigHollabaugh
Автор

Works great with gdbgui as well. Thanks.

CraigHollabaugh
Автор

Since the blue pill's STM32F103C8 has officially 64KB of flash, couldn't the free version of Keil uVision be used? They say the C8 actually has 128KB but the programming utility will show only 64KB.

The Keil software with the $3 ST-Link V2 programmer/debugger would seem like a good approach if using Windows.

bennguyen
Автор

Thank you a lot! Great answer for my quesion!

sailtogether
Автор

Need magnification focus on screen for viewing in lower res video as opposed to showing a full screen and small code writing ..thanks

das
Автор

Ahhhh...this explains why it wasn't working with 1.6.5. I thought I was doing something wrong in adding the boards. Thank.

SnarkyPosters
Автор

@ 00:28 you say "they're clones of the maple mini", that isn't really true. The bluepill has a different pin layout, the led is on a different pin, no user button, and it doesn't come loaded with a maple bootloader. There are true maple mini clones from a company called Baite which have the same pin layout, buttons, leds, and a maple bootloader.

Other than that, this is a great video. I like to see people using command line gdb.

rickta