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

Infinite GATT connection

Hi,

Is it possible to make infinite GATT connection ? I set auto connect in android central app and my program in nrf51DK works. But only 4 hours.

Hardfault is almost regularly occured after 3h45min or 4h and I realy don't know what.

I need infinite gatt connection.

Parents
  • We are not aware of any issues in the softdevice that may prevent infinite GATT connection. Likely your application is doing an operation that for instance overflow after a few hours, and thereby you do an illegal operation that cause the chip to hardfault. Maybe you are able to set a breakpoint in the hardfault handler, read out the CPU registers, thereby you can find the program counter (pc) that cause the fault in the first place.

    What SDK and SD are you using?

Reply
  • We are not aware of any issues in the softdevice that may prevent infinite GATT connection. Likely your application is doing an operation that for instance overflow after a few hours, and thereby you do an illegal operation that cause the chip to hardfault. Maybe you are able to set a breakpoint in the hardfault handler, read out the CPU registers, thereby you can find the program counter (pc) that cause the fault in the first place.

    What SDK and SD are you using?

Children
Related