Boss lady
Boss lady
DIIDevHeads IoT Integration Server
Created by Enthernet Code on 6/7/2024 in #middleware-and-os
need to calculate the elapsed time in milliseconds between two points in my code(using STM32F103C8T)
@Enthernet Code To convert the tick count to milliseconds, you need to use the FreeRTOS function portTICK_PERIOD_MS to get the tick period in milliseconds.
2 replies