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

NRF52332 Scanner with SDK15.0 not working when set SCAN_WINDOW and SCAN_INTERVAL to 0x3FFF(MAX)

Hi,

Now,I made a NRF52832 scanner gateway with SDK15.0 and softdevice 6.0.0.

I want it to scan advertiments continuly. So i set  SCAN_WINDOW and SCAN_INTERVAL (they are equal )to 0x3FFF(MAX,10.24s),but i find NRF52832 chip cann't working(die)  after many seconds or minutes.

If i change it to 0x1FFFF, the chip can work normally.

I want to know why.

Liu

China. 

Parents
  • Hi,

    What state does the nRF52832 end up in when it stops working, and what behavior do you see from the board at that time? Can you do a debug session and check where it is stuck when it stops working?

    I tested using the ble_app_rscs_c example with SCAN_WINDOW and SCAN_INTERVAL of 0x3fff, but I am unable to reproduce. How long time does it take before it hangs?

    Regards,
    Terje

Reply
  • Hi,

    What state does the nRF52832 end up in when it stops working, and what behavior do you see from the board at that time? Can you do a debug session and check where it is stuck when it stops working?

    I tested using the ble_app_rscs_c example with SCAN_WINDOW and SCAN_INTERVAL of 0x3fff, but I am unable to reproduce. How long time does it take before it hangs?

    Regards,
    Terje

Children
No Data
Related