LVC21-308 Essential ARM Cortex M Debugging with GDB

preview_player
Показать описание
Key tools and techniques used to debug ARM Cortex M firmware using GDB, including writing your own tools with GDB's built-in python interpreter.
Рекомендации по теме
Комментарии
Автор

for me it is the most usefull gdb tutorial thanks a lot.

sebaschtl
Автор

Thank you. Short and sweet and utterly useful.

simonagherman
Автор

Great video. How do decide whether MSP or PSP is in use by looking at the LR? Is there some documentation around this?

rautonkar
Автор

Thanks a lot! Also thanks for very helpful python script

ilekkha
Автор

Would be good to show the same tutorial using VS Code with cortex-debug extension. This command line way of working is doing it the hard way in my opinion.

SimonEllwood