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 genera...
Hello I see that on page 39, on register six that the device allows interrupt 1 functionality to be used on pin 2. But is it possible for this to be done the other way?Thanks in advance, Dyfan
Hi @Eleon BORLINI I am struggling to understand the following step."route the two interrupts 1 and 2 on the same pin (enable I2_INT1 and I2_INT1 of CTRL_REG6 (25h) register), "Reading the datasheet, I2_INT1 enable's INT1 functionality on the INT2 ...
Hi @Eleon BORLINI I'm trying to implement freefall with two thresholds and trying to get both INT2 threshold and the INT1 threshold both on the Interrupt 1 Pin. Is this possible?Thanks!