element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • About Us
  • Community Hub
    Community Hub
    • What's New on element14
    • Feedback and Support
    • Benefits of Membership
    • Personal Blogs
    • Members Area
    • Achievement Levels
  • Learn
    Learn
    • Ask an Expert
    • eBooks
    • element14 presents
    • Learning Center
    • Tech Spotlight
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents Projects
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Avnet Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • Store
    Store
    • Visit Your Store
    • Choose another store...
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
  • Settings
Avnet Boards Forums
  • Products
  • Dev Tools
  • Avnet Boards Community
  • Avnet Boards Forums
  • More
  • Cancel
Avnet Boards Forums
Software Application Development AXI GPIO Interrupt
  • Forum
  • Documents
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Avnet Boards Forums to participate - click to join for free!
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • State Not Answered
  • Replies 9 replies
  • Subscribers 329 subscribers
  • Views 3264 views
  • Users 0 members are here
Related

AXI GPIO Interrupt

Former Member
Former Member over 10 years ago

Hello everyone,

i'd like to use an interrupt from a pushbutton. The buttons are connected via axi_gpio (IOCarrierCard). They works in uio in petalinux. I can read the value of the 4 pushbuttons in uio.
Now i try to detect an interrupt.
I enabled interrupts in axi_gpio ip and fabric interrupts and IRQ_F2P in zynq processing system. After that i connected them.
In the kernel config i activated "userspace i/o drivers", "userspace i/o platform driver with irq..." and "xilinx axi performance monitor driver".
My system-top.dts looks like:

&axi_gpio_0 {
ttcompatible = "generic-uio";
                interrupts = <0 29 4>;
ttinterrupt-parent = <&intc>;
t};

After booting the system and push the buttons, i don't see an interrupt with "cat /proc/interrupt" (i see  61:          0          0       GIC  61  gpio ).
I also try to write a user application and wait for an interrupt with:

int irq_count = 0;
... open and map uio ....
if(read(fd, &irq_count, 4) != 4)
t{
ttperror("read uio0");
               
t}
printf("Interrupt!");

I think after receiving an interrupt, the programm should print "Interrupt" but nothing happpens.

I followed this tutorial: http://svenand.blogdrive.com/archive/150.html#.VWRsV0YQjph


My setup:
Petalinux, SDK, Vivado 2014.4
Microzed Board with IOCarrier Card

Thanks for your answers,
Sebastian

  • Sign in to reply
  • Cancel
Parents
  • zedhed
    0 zedhed over 10 years ago

    Hi Sebastian,

    Do you know which FPGA to Processor (F2P) interrupt you are using?

    If you know that you are only using one interrupt then it likely got assigned to F2P_INT0 which according to xparameters_ps.h in a Standalone BSP is defined as interrupt 61:

    #define XPS_FPGA0_INT_IDtt61

    So I think the interrupt math works out to what you have in the DTS okay 61 - 32 = 29 so I don't think the problem is in the DTS.

    Can you post more of your code which shows what device you are opening and how you are mmap-ing?

    Regards,

    -Kevin

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
Reply
  • zedhed
    0 zedhed over 10 years ago

    Hi Sebastian,

    Do you know which FPGA to Processor (F2P) interrupt you are using?

    If you know that you are only using one interrupt then it likely got assigned to F2P_INT0 which according to xparameters_ps.h in a Standalone BSP is defined as interrupt 61:

    #define XPS_FPGA0_INT_IDtt61

    So I think the interrupt math works out to what you have in the DTS okay 61 - 32 = 29 so I don't think the problem is in the DTS.

    Can you post more of your code which shows what device you are opening and how you are mmap-ing?

    Regards,

    -Kevin

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
Children
No Data
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2025 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

ICP 备案号 10220084.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube