Question
Differences in port.c [FreeRTOS vs STM32CubeMX portings]
Posted on April 26, 2018 at 10:16
Hi,
The port.c file for the same FreeRTOS version [8.2.3] have a difference.
In the Official FreeRTOS release: configPRE_SLEEP_PROCESSING( xModifiableIdleTime ); configPOST_SLEEP_PROCESSING( xExpectedIdleTime ); In the STM32CubeMX configPRE_SLEEP_PROCESSING( &xModifiableIdleTime ); configPOST_SLEEP_PROCESSING( &xExpectedIdleTime ); Why this difference? It is wrong in the Cube? Best Regards, Sergio