Question
STM32F767 Execution time is more compared with STM32F429
Tried creating OS task 100 times in Example codes with FreeRTOS taken from STM32CubeMX for both F429 and F767 and found the observations as below.
F429 - 6 Ticks
F767 - 16 Ticks
Difference - 10 Ticks
What is the reason for the delay and Is there any other way to speed up
