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
About donations (wiki)
Bookstore
Computer Math and Games in Pascal
(preview)
Lazarus Handbook
Search
Advanced search
Recent
File open or File close -...
by
paule32
[
Today
at 06:48:39 pm]
Force parameters of my ap...
by
cdbc
[
Today
at 06:25:55 pm]
Converting a Project from...
by
1HuntnMan
[
Today
at 05:33:32 pm]
Pagecontrol - Tabsheet ca...
by
wp
[
Today
at 05:21:02 pm]
How To: Create and React ...
by
zxandris
[
Today
at 05:19:20 pm]
Cursor changes to arrow o...
by
atlatl
[
Today
at 05:16:44 pm]
dmg may contain virus
by
turunk
[
Today
at 05:02:19 pm]
Internal error
by
jamie
[
Today
at 04:52:07 pm]
i have function named sho...
by
Thaddy
[
Today
at 04:33:29 pm]
How to declare couple of ...
by
Thaddy
[
Today
at 04:32:12 pm]
Forum number of posts
by
MarkMLl
[
Today
at 01:17:40 pm]
Hustle - A simple task ma...
by
cris75
[
Today
at 12:53:14 pm]
[SOLVED] DBGrid color beh...
by
lhl
[
Today
at 11:39:58 am]
How to get and use the ma...
by
Hansaplast
[
Today
at 11:38:19 am]
raylib and addons
by
wp
[
Today
at 10:16:35 am]
Creating Self Signed Cert...
by
Trax
[
Today
at 09:23:07 am]
Connection to MySQL versi...
by
anse
[
Today
at 08:09:52 am]
[SOLVED] const char** in ...
by
440bx
[
Today
at 06:34:42 am]
Can't put Lazarus in dock
by
DanielO
[
Today
at 05:07:43 am]
FPC 3.2.2 / Apple Silicon...
by
JimKueneman
[
Today
at 04:15:15 am]
Remote access to database...
by
duralast
[
Today
at 02:23:18 am]
Online Package Manager
by
diogoabel
[
Today
at 12:21:59 am]
TValueListEditor wont acc...
by
Bart
[March 17, 2025, 11:10:34 pm]
Lazarus crashes when link...
by
Mr.Madguy
[March 17, 2025, 07:35:13 pm]
how to native camera?
by
Key-Real
[March 17, 2025, 07:00:42 pm]
« previous
next »
Print
Pages: [
1
]
Author
Topic: GPIO interrupt code (Read 10725 times)
pascalbythree
Sr. Member
Posts: 271
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: 37
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: 2535
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: 24
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
Working with Lazarus 2.0.12 - FPC 3.2.0 on Win/Mint/elementaryOS
Playing with Lazarus on macOS 10.15 / Catalina
Print
Pages: [
1
]
« previous
next »
Lazarus
»
Forum
»
Programming
»
Operating Systems
»
Embedded
»
Embedded - ARM
»
GPIO interrupt code
TinyPortal
© 2005-2018