ISR

ext_wakeup_cb() not called

Tue, 2015-10-13 11:09--aritec

在广告时间间隔,我想up our application on a asynchrone fashion as described in your documentation.
We use the extended sleep mode.
Before putting a sleep, I configure the ports, register the callback function and enable the irq.
Downloading und running the application by J-Link and everything works well.

Programming the same application into our EEPROM by SmartSnippets it behaves different. Everything is working the same, but the callback function got never called. The advertising interval is working fine.

How does the UART2 RX Interrupt work ?

Thu, 2015-09-24 14:29--ankitdaf

Hi

I am trying to understand how the UART2 Receive interrupt callback flow works, can somebody help me out please?

In the example uart2_async provided in peripheral_examples in SDK 5.0.2.1 , the method UART2_Handler calls uart2_rec_data_available_isr , but I don’t understand what is calling the UART2_Handler method itself.

Also there is a UART2_Handler_func method that doesn’t seem to be defined anywhere. Can someone please shed some light on how this is set up, so I can use it correctly ?

Thanks
Ankit

Subscribe to RSS - ISR