I’m using CC2540 with BLE stack 1.4.0 in my project. The CC2540 Is always ON and send beacon to establish connection when paired device is in range. The issue is that once a month, the CC2540 RF Core stop sending beacon. Is it a known issue? Can I use observable signal from rf_core (RFC_OBS_CTRLx registers) as RF Core heartbeat? What is the behavior of RFC_OBS_SIG(x) signals when configured as “TX active” or “RX active”? In CC2540 userguide, it seems that the only way to read RFC_OBS_SIG(x) signals is to mux them to GPIO (P1.0 to P1.5), and then read back P1 port. Can I read RFC_OBS_SIG(x) signals directly?