STM32F407:Why is the calibration value of Systick set according to the HCLK of 150MHz?
The maximum HCLK of STM32F407 is 168MHz, while the calibration value of Systick is 150MHz HCLK. What is the reason for setting the calibration value of Systick like this? Why not set the calibration value for Systick based on 168MHz HCLK?