Lazarus
Home
Help
TinyPortal
Search
Login
Register
Lazarus
»
Forum
»
Programming
»
Operating Systems
»
Embedded
»
Important tip when debugging Pi Pico with openocd and Pico Debug Probe
Free Pascal
Website
Downloads
Wiki
Documentation
Bugtracker
Mailing List
Lazarus
Website
Downloads (Laz+FPC)
Packages (OPM)
FAQ
Wiki
Documentation (RTL/FCL/LCL)
Bugtracker
CCR Bugs
GIT
Mailing List
Other languages
Foundation
Website
Useful Wiki Links
Project Roadmap
Getting the Source
Screenshots
How to use the forum
About donations (wiki)
Bookstore
Computer Math and Games in Pascal
(preview)
Lazarus Handbook
Search
Advanced search
Recent
How to save a Graphic fro...
by
Hartmut
[
Today
at 07:18:17 pm]
Interesting article about...
by
alpine
[
Today
at 07:06:30 pm]
Wiki, a dead link in page...
by
TRon
[
Today
at 06:21:50 pm]
Online tutor using remote...
by
440bx
[
Today
at 05:38:52 pm]
AVRPascal – free code edi...
by
ackarwow
[
Today
at 04:57:47 pm]
MainMenu: How to use the ...
by
madref
[
Today
at 04:19:32 pm]
SAVE StringGrid to PDF
by
dseligo
[
Today
at 04:13:22 pm]
I need advice for a new c...
by
wp
[
Today
at 03:18:11 pm]
Adding interfaces to any ...
by
cdbc
[
Today
at 02:35:44 pm]
Controlled Folder Access
by
Igor Kokarev
[
Today
at 02:17:46 pm]
Datatypes Interoperabilit...
by
silvercoder70
[
Today
at 01:32:48 pm]
Notepad++ plugin with doc...
by
d7_2_laz
[
Today
at 01:11:52 pm]
DBLookupListBox shows (ME...
by
Zvoni
[
Today
at 12:26:03 pm]
how to control the order ...
by
cdbc
[
Today
at 12:15:39 pm]
ZDataset.Locate + loParti...
by
silvercoder70
[
Today
at 10:49:08 am]
SQLite3 Date Problem
by
silvercoder70
[
Today
at 10:08:07 am]
Record "inheritance"/stru...
by
Thaddy
[
Today
at 09:54:38 am]
D2Bridge Framework for La...
by
egsuh
[
Today
at 04:48:02 am]
Application deployment
by
cousinp
[
Today
at 04:28:36 am]
[SOLVED] FPSpreadSheet, ...
by
TRon
[
Today
at 01:25:51 am]
Is it possible to do git ...
by
TRon
[
Today
at 12:41:39 am]
had a question and found ...
by
TRon
[
Today
at 12:36:57 am]
Draw Transparent Fill Rec...
by
LBox
[
Today
at 12:00:51 am]
MIDI commands
by
TRon
[December 09, 2024, 10:43:22 pm]
Who catches the Linux sig...
by
LV
[December 09, 2024, 09:47:15 pm]
« previous
next »
Print
Pages: [
1
]
Author
Topic: Important tip when debugging Pi Pico with openocd and Pico Debug Probe (Read 2460 times)
MiR
Sr. Member
Posts: 274
Important tip when debugging Pi Pico with openocd and Pico Debug Probe
«
on:
April 03, 2024, 09:27:42 pm »
I just learned the hard way that timers do not work when you debug an app for the Pico. Which makes short delay loops take forever....
A good summary is here:
https://github.com/raspberrypi/pico-sdk/issues/1622
So, when you face the same issue this commandline will solve it:
openocd -f interface/cmsis-dap.cfg -c "set USE_CORE 0" -f target/rp2040.cfg -c "adapter speed 5000"
Have fun,
Michael
Logged
ccrause
Hero Member
Posts: 970
Re: Important tip when debugging Pi Pico with openocd and Pico Debug Probe
«
Reply #1 on:
April 03, 2024, 09:56:16 pm »
Thanks for the tip. I hope I remember this when I eventually get round to playing with my Pico.
Logged
MiR
Sr. Member
Posts: 274
Re: Important tip when debugging Pi Pico with openocd and Pico Debug Probe
«
Reply #2 on:
April 03, 2024, 10:02:01 pm »
Funny, I deleted the topic here and put it to the arm forum, seems that delete was not successfull.
Anyway, now you have two places to remember..
Michael
Logged
Print
Pages: [
1
]
« previous
next »
Lazarus
»
Forum
»
Programming
»
Operating Systems
»
Embedded
»
Important tip when debugging Pi Pico with openocd and Pico Debug Probe
TinyPortal
© 2005-2018