My problem is that I keep hitting this error/* Check if saturation occurs */ else if ((interrupts & MDF_DFLTISR_SATF) == MDF_DFLTISR_SATF) { /* Clear saturation flag */ hmdf->Instance->DFLTISR |= MDF_DFLTISR_SATF; /* Update error code */ hmdf->Er...
Hi, I have the same MEMS sensor and an Nucleo-U575I am trying to turn on a light when the sensor hears something using the SAD.My configuration is as follows:I have as ADF input clock: MSIK@12MHzThen a Output clock divider set to 4. So my output cloc...
Hello, I downloaded an project from https://stm32ai-cs.st.com/homeYamnet for STM32U57 boardWhen I open the .ioc file, and generate code in CubeMX, everything works fine.I get a working project. Which I can build and run in CubeIDE.My problem happens ...