This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

GPIOTE interrupt initialisation error in Cloud Client

Hi,

I have modified the Cloud Client sample from ncs v1.4.0 for sending sensor values to the AWS IoT. The sensor code makes use of GPIOTE interrupts using this sample as a reference. The problem is that while building my Cloud Client sample, I get the following error:

Building ‘zephyr/isr_tables.c’ from solution ‘build’ in configuration ‘Common’
  Combining ‘zephyr/isr_tables.c’
    multiple registrations at table_index 49 for irq 49 (0x31)
Build failed

Following the instructions of the sample reference, I have disabled Zephyr GPIO in the project configuration as well but the error persists. Can someone please take a look at

8726.cloud_client.rar and help me resolve this error. Thank you.

Haris Ahmed

Parents Reply
  • Hi Haris, 

    My apologies for the late reply. Due to the Christmas holiday our staffing is lower than usual. 

    Have you been able to look into your code, following the suggestion that my colleague Simon gave you in case #260752? 

    I got the following output when building your project with NCS v1.4.0

    gen_isr_tables.py: error: multiple registrations at table_index 49 for irq 49 (0x31)
    Existing handler 0x22325, new handler 0x115d9
    Has IRQ_CONNECT or IRQ_DIRECT_CONNECT accidentally been invoked on the same irq multiple times?

    -Øyvind

Children
Related