User Activity

  void ADC_Driver_InitializeADC(void) { peripheralADC1Init(); ADC_Activate(); }     void peripheralADC1Init(void) { LL_ADC_SetTriggerFrequencyMode(ADC1, LL_ADC_TRIGGER_FREQ_HIGH); // Structure for some features of ADC common parameters and mul...
Here is my code for IWDGLL_IWDG_EnableWriteAccess(IWDG);   // Set the prescaler value of 8 to the IWDG LL_IWDG_SetPrescaler(IWDG, LL_IWDG_PRESCALER_8);   // Specify the IWDG down-counter reload value LL_IWDG_SetReloadCounter(IWDG, 2000); ...
I'm trying to configure ADC for stm32 NUCLEO-U575-ZI-Q and while generating the code using LL drivers noticed the start-up time for ADC voltage regulator and need to know what actually is 100000, 2 and 10 . Same screenshot is attached with it. Thanks...
I have a model file(.h5) and Analyze is failing with keras(.h5) model at STMCubeMX and throwing INTERNAL ERROR: The layer has never been called and thus has no defined input shape.Need help in understanding the issue and resolution for the same.My mo...