In STM32H7B0xxx platform, I use TIM8's TRGO2 to trigger ADC2 converstion.In the MX_TIM8_Init() function, it will generate an update event and fire a TRGO signal unexpected before TRGO2 source initialize.
Thanks for reply.Just after I enable the VREFBUF peripheral, cube display it using LL, but if I click it, it will change to empty, after that I only can select HAL in list box.For cleaness reason, I am trying to create a pure LL project:)BTW: LL driv...
Thank you very much.After tracing the HAL code, I find that at the time of software generate update event, all the trigger sources are in HW reset state. TRGO/TRGO2 trigger event sources have not been configured but trigger signal exist on TRGO/TRGO2...