in nRF52840 DK freeRTOS example when advertising interval set to 10, application going in Hardfault handler.
in nRF52840 DK freeRTOS example when advertising interval set to 10, application going in Hardfault handler.
When the advertising interval is set to 10 seconds at that time module is going in the Hard fault handler in the HRS freeRTOS example
What is maximum advertisement interval we can set in freeRTOS?
10 is not a valid minimum interval for advertising. And these numbers are not dependent on using an RTOS or not.
Please look at the range of valid advertising interval provided here.
Hello Susheel,
I know what value we need to set in the advertisement interval. I set the value 16000(i.e. 10 second in 0.625ms format). But after this value I am getting hardfault. Did you guys try setting an advertisement interval as 16000 in the freeRTOS example?
Do you know how we can set and maximum value we can set for advertisement interval in the freeRTOS example?
Thanks
Keyur
sorry misunderstood your question.
I change the advertising interval to 16000 and there was no hardfault. I was able to connect, discover and receive notifications tested on FreeRTOS HRS examples on PCA10056 on SDK16.