-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix GDB setup #161
Comments
Setting breakpoint @ address 0x08001DA8, Size = 2, BPHandle = 0x0002 |
The docs mention how to run gdb server using jlink, but it doesn't fully work currently. Sometimes it kind of works, but other times once gdb leaves the boot loader and enters main.cpp it starts bugging out.
There may be an extra step or two missing from the docs or we may need to find a new method to connect to mTrain with gdb.Apparently this is a known issue since we started using FreeRTOS. That may help narrow down the problem.
The text was updated successfully, but these errors were encountered: