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

Wake up without a button ?

Dear Members,

How can I wake up the chip without a button

I'm using the example for Ant,

Ant_bsc_rx .

I have disabled the button with :

bsp_init(BSP_INIT_LEDS | BSP_INIT_BUTTONS,
                        bsp_event_handler);

but everytime after the chip is idle, and I transmit a signal from GSC10, it's not responding anymore and keep doing only the main loop, never taking interrupt anymore.

The first time running, I transmit signal from GSC10, it's working, but after no signal from GSC10, and idle, it's not responding anymore to interrupt,

I wait for 5 minutes, and after 5 minutes, I give another interrupt, it's still responding, but after 5 minutes, it's no more responding.

Any clues ? thanks

Related