using RF5_SDK_15.2.0 and looking at the one of the examples: blinky with freeRTOS:
nRF5_SDK_15.2.0_9412b96\examples\peripheral\blinky_freertos\main.c
I see that in the function call to vTaskDelay there is no division by portTICK_PERIOD_MS
how do you guarantee vTaskDelay to work in ms time ? since this is contradicting the following article from freeRTOS : https://www.freertos.org/a00127.html
and another question related to this problem, in any case I do wish to divide by portTICK_PERIOD_MS, I might get division by zero error and in our source code we actually do because
portTICK_PERIOD_MS is defined as :