Lazarus
Home
Help
TinyPortal
Search
Login
Register
Lazarus
»
Forum
»
Programming
»
Operating Systems
»
Embedded
»
Embedded - ARM
»
GPIO interrupt code
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
Forum Rules
About donations (wiki)
Bookstore
Computer Math and Games in Pascal
(preview)
Lazarus Handbook
Search
Advanced search
Recent
Parsing error?
by
jlinux
[
Today
at 02:15:42 am]
FPC Unleashed (async/awai...
by
Fibonacci
[
Today
at 12:45:09 am]
Windows Installer with FP...
by
Martin_fr
[
Today
at 12:32:53 am]
Putting a new file on a w...
by
J-G
[July 18, 2026, 11:10:43 pm]
[SOLVED]Problem with Mari...
by
Tomu
[July 18, 2026, 10:49:15 pm]
debugger error
by
Martin_fr
[July 18, 2026, 10:38:42 pm]
TCHATGPT — An Artificial ...
by
schuler
[July 18, 2026, 10:00:48 pm]
Which quantized model wor...
by
schuler
[July 18, 2026, 09:45:50 pm]
Slow app start on M5 MacB...
by
Thaddy
[July 18, 2026, 08:16:52 pm]
Peculiarities in the EXE ...
by
Thaddy
[July 18, 2026, 07:49:45 pm]
Windows 2026_7 update and...
by
Martin_fr
[July 18, 2026, 06:23:32 pm]
KOL4 Beta available.
by
Thaddy
[July 18, 2026, 06:23:08 pm]
This week in OPM!
by
wp
[July 18, 2026, 01:59:33 pm]
FastCGI vs. CGI
by
Thaddy
[July 18, 2026, 01:32:45 pm]
Testing Antropic
by
Tomxe
[July 18, 2026, 12:46:14 pm]
GTK3 is now the default w...
by
Thaddy
[July 18, 2026, 10:22:34 am]
authentiacte through goog...
by
Thaddy
[July 18, 2026, 09:12:56 am]
[SOLVED] Stopped compilin...
by
CM630
[July 18, 2026, 08:41:58 am]
[CLOSED] Seeking performa...
by
Xenno
[July 18, 2026, 08:11:26 am]
Lazarus Main not building...
by
Thaddy
[July 18, 2026, 06:31:42 am]
Setting the CURSOR for th...
by
jamie
[July 18, 2026, 02:16:55 am]
TPeriodicTable
by
wp
[July 18, 2026, 12:19:25 am]
I have made some progress...
by
onionmixer
[July 17, 2026, 08:08:34 pm]
How to connect to MariaDb...
by
jcmontherock
[July 17, 2026, 06:23:38 pm]
Accessing VRAM memory wit...
by
LemonParty
[July 17, 2026, 04:45:30 pm]
« previous
next »
Print
Pages: [
1
]
Author
Topic: GPIO interrupt code (Read 11735 times)
pascalbythree
Sr. Member
Posts: 292
GPIO interrupt code
«
on:
April 06, 2017, 12:22:34 pm »
Does anbode have Interrupt example code, to use for my GPIO Raspberry. To trigger some buttons. So u do not need a Timer.
Logged
bobihot
New Member
Posts: 48
Re: GPIO interrupt code
«
Reply #1 on:
April 06, 2017, 01:10:07 pm »
I so interested.
May be need to write a OS driver, or use them. And to assign a function to handle this?
Logged
Carlos Liñan
Newbie
Posts: 1
Re: GPIO interrupt code
«
Reply #2 on:
April 14, 2018, 01:13:00 pm »
I am interested in this matter, but I can not find information, can anyone show an example?
Me interesa este asunto, pero no encuentro informacion, alguien puede mostrar algún ejemplo?
Logged
Tz
Jr. Member
Posts: 54
Tz with FPC Pen Cil
Re: GPIO interrupt code
«
Reply #3 on:
September 02, 2019, 09:09:32 am »
if you are using linux try using epoll
Logged
avra
Hero Member
Posts: 2593
Re: GPIO interrupt code
«
Reply #4 on:
September 02, 2019, 10:11:41 am »
https://wiki.freepascal.org/Lazarus_on_Raspberry_Pi/de#Interrupt
https://github.com/SAmeis/pascalio/blob/master/examples/linux_interrupt/project1.lpr
https://github.com/SAmeis/pascalio/blob/master/gui-src/fpgpiocomp.pas
«
Last Edit: September 02, 2019, 10:16:47 am by avra
»
Logged
ct2laz
- Conversion between Lazarus and CodeTyphon
bithelpers
- Bit manipulation for standard types
pasettimino
- Siemens S7 PLC lib
Swirl
New Member
Posts: 27
Re: GPIO interrupt code
«
Reply #5 on:
April 30, 2020, 06:11:29 pm »
Maybe it's my misunderstanding but in the examples I always see a "waiting for interrupt".
In my understanding an interrupt is something you do not have to wait(loop) for. E.g. Like a TTimer event. I would like to have a procedure that is called without including a "polling loop".
Is there a way like NMIs I used on the good old Zilog Z80.
Code: Pascal
[Select]
[+]
[-]
InterruptProc
(
Sender
:
Foo
)
;
begin
dosomething
;
end
;
Please tell me how to do that or tell me that I am misunderstanding the examples.
Regards,
Mike
Update
As I read here...
https://www.raspberrypi.org/forums/viewtopic.php?t=9207
...a "real" Interrupt would be a part of the kernel and thus it's not available on the pi.
The best way to perform an "interrupt" is a thread. This will be adequate for me.
«
Last Edit: April 30, 2020, 07:19:25 pm by Swirl
»
Logged
Lazarus 3.0 - FPC 3.2.2 on Windows and Linux Mint
Print
Pages: [
1
]
« previous
next »
Lazarus
»
Forum
»
Programming
»
Operating Systems
»
Embedded
»
Embedded - ARM
»
GPIO interrupt code
TinyPortal
© 2005-2018