This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Unable to access static variables from bluetooth service

I have modified this project to set the current date via a bluetooth service instead of UART. But as soon as we try to access any of these static variables from the bluetooth handler the application crashes

```
static time_t m_time, m_last_calibrate_time = 0;
```

Can anyone help me in understanding why this might be happening?
Is there any other info which I can provide to help debug this issue?

Related