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
it2play - IT/S3M module r...
by
hukka
[
Today
at 12:47:05 am]
We are starting to use La...
by
BlueIcaro
[
Today
at 12:09:46 am]
QuestionDlg does strange ...
by
SA.Blackmon
[
Today
at 12:07:46 am]
[ANN] fpGUI Toolkit v2.0....
by
cdbc
[February 14, 2026, 11:44:49 pm]
Reporting a Bug? in Strin...
by
Bart
[February 14, 2026, 11:17:08 pm]
Reflection and Review in ...
by
jwdietrich
[February 14, 2026, 09:53:31 pm]
SoundTracker Player Libra...
by
Gigatron
[February 14, 2026, 09:48:37 pm]
How to determine the unkn...
by
Roland57
[February 14, 2026, 09:42:26 pm]
My AGGPas examples
by
cdbc
[February 14, 2026, 09:38:34 pm]
fpGUI Toolkit v2.0.1 has ...
by
cdbc
[February 14, 2026, 09:32:46 pm]
LazReport
by
dseligo
[February 14, 2026, 08:51:08 pm]
Howto : Double buffer wit...
by
biologic
[February 14, 2026, 06:42:42 pm]
how to enable multihelper...
by
PascalDragon
[February 14, 2026, 06:30:05 pm]
Free Pascal for a small e...
by
devEric69
[February 14, 2026, 06:19:36 pm]
Fast Canvas Library V1.05...
by
backprop
[February 14, 2026, 05:46:10 pm]
Are the source files for ...
by
Derz
[February 14, 2026, 05:12:27 pm]
[ANN] PasBuild 1.3.0 rele...
by
Graeme
[February 14, 2026, 05:02:32 pm]
Frustrating Error When us...
by
jamie
[February 14, 2026, 04:22:29 pm]
; after then
by
Curt Carpenter
[February 14, 2026, 04:09:29 pm]
Help needed compiling
by
jamie
[February 14, 2026, 03:58:08 pm]
Does not go out of functi...
by
Martin_fr
[February 14, 2026, 03:43:52 pm]
How to start LAMW emulato...
by
RaketeMike
[February 14, 2026, 12:44:46 pm]
ThorVG - test (lightweigh...
by
Antek
[February 14, 2026, 12:35:09 pm]
Questions from a Windows ...
by
hedgehog
[February 14, 2026, 12:20:15 pm]
[ANN] fpGUI Toolkit v2.0....
by
Fred vS
[February 14, 2026, 11:43:13 am]
« previous
next »
Print
Pages: [
1
]
Author
Topic: GPIO interrupt code (Read 11098 times)
pascalbythree
Sr. Member
Posts: 286
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: 44
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: 2584
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