saadsaeed wrote on Tuesday, September 25, 2018:
How to use pdMS_TO_TICKS() if config rates is greater than 1000?
saadsaeed wrote on Tuesday, September 25, 2018:
How to use pdMS_TO_TICKS() if config rates is greater than 1000?
rtel wrote on Tuesday, September 25, 2018:
Basically, you can’t with the default implementation of that macro. However, if you write your own version of the macro in FreeRTOSConfig.h then your version will get used in place of the default version.