cancel
Showing results for 
Search instead for 
Did you mean: 

Is there a trimming example for the nucleo STM32L4R5ZI?

DDavi.3
Associate II

Hello!

I have ported overt X-CUBE-CLKTRIM to the STM32L4R5ZI Nucleo board. Unfortunately the callback HAL_TIM_IC_CaptureCallback is not called. Which results in the HSI and MSI frequency measurements to be calculated as 0. 

I have put a function generator to act as the HSI (X3) and I have converted the project for the nucleo board via the Target setting found in the project properties.

2 REPLIES 2
DDavi.3
Associate II

I've also added a function generator to act as the HSI at 8MHz.

DDavi.3
Associate II

So it looks as though the timer15 does not fire and is used to measure the HSI and MSI frequencies. However, Timer16 which is used for LSI does work.