-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
Hi Michael
in sdk1.5.1 branch
I tested the gpio_set_irq_enabled_with_callback function and I encountered a problem:
- First added irq_handler_chain.S.obj in the units-sdk1.5.5 folder ( it could be a future commit )
- now I have a SIGTRAP error when the gpio_set_irq_enabled_with_callback function is executed.
this is my code:
// set IRQ enabled on signalPin and falling edge
gpio_set_irq_enabled_with_callback(
signalPin,
uint32(TGPIO_IRQ_level.GPIO_IRQ_EDGE_FALL),
true,
@signalHandlerTreatment
);
same problem when I try to use the gpio_set_irq_callback function. It seems that the problem is with the pointer of the callback.
any idea ?
Many thanks by advance.
Jean-Pierre
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels