User Activity

I get a STM32H5 Nucleo board (MB1814) and configured comparator with neccessary settings using CubeIDE and LL library and got next generated piece of code.I trigger mode choice Rising/Falling Edge Interrupt. LL_EXTI_EnableFallingTrig_0_31(LL_EXTI_LI...
Hi. I get a STM32H5 Nucleo board (MB1814) and configured comparator with neccessary settings using CubeIDE and LL library and got next generated piece of code.int main(void)   {   NVIC_SetPriorityGrouping(NVIC_PRIORITYGROUP_3);   SystemClock_Config...