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
Fpcupdeluxe
by
AlexTP
[
Today
at 10:02:31 am]
align a panel alClient in...
by
Hansvb
[
Today
at 09:45:04 am]
IsNan
by
Paolo
[
Today
at 09:24:09 am]
Lazarus editor feature re...
by
Martin_fr
[
Today
at 09:07:25 am]
Transparent animation
by
majolika
[
Today
at 08:33:18 am]
Tesseract for ocr
by
Packs
[
Today
at 06:05:30 am]
FLIF and FUIF Formats (Fr...
by
hukka
[
Today
at 05:34:30 am]
Pathfinding (A*)
by
d2010
[
Today
at 05:21:25 am]
Unselect all rows in stri...
by
Jonny
[
Today
at 02:16:49 am]
Magic Cropper (correct pe...
by
Boleeman
[
Today
at 01:41:08 am]
Treeview: full-width back...
by
d7_2_laz
[
Today
at 12:41:34 am]
BUG in InputQuery if defa...
by
dsiders
[
Today
at 12:38:49 am]
Custom self drawn compone...
by
Artur W.
[
Today
at 12:36:58 am]
NTSC/CRT port for Free Pa...
by
hukka
[
Today
at 12:35:52 am]
Where is Spready?
by
Curt Carpenter
[February 07, 2025, 11:57:51 pm]
N-Bit Dotted Line Pattern...
by
Boleeman
[February 07, 2025, 11:53:47 pm]
my programs crash
by
turunk
[February 07, 2025, 11:22:37 pm]
Oberon Pi, a port of Ober...
by
McDoob
[February 07, 2025, 11:21:36 pm]
fpc trunk:I can't build i...
by
wcage03
[February 07, 2025, 10:26:40 pm]
LAMW manager out of date?
by
jmpessoa
[February 07, 2025, 09:25:57 pm]
ZBarcodeView
by
jmpessoa
[February 07, 2025, 09:19:24 pm]
Compile App Error
by
jmpessoa
[February 07, 2025, 09:15:32 pm]
Error on LAMW application...
by
jmpessoa
[February 07, 2025, 09:13:08 pm]
using RunCommand to wrap ...
by
MarkMLl
[February 07, 2025, 09:10:09 pm]
Usage of Lazlogger 2 - st...
by
PeterX
[February 07, 2025, 07:59:13 pm]
« previous
next »
Print
Pages: [
1
]
Author
Topic: Important tip when debugging Pi Pico with openocd and Pico Debug Probe (Read 2586 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: 996
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