User Activity

so i was following an online tutorial (from digikey, where they teach how to use dma) and in it the values from ADC is transmitted through DMA to a buffer of decent size (4096byte). But it seems they always use the hal delay function after using uart...
I am using nucleo-g491re and i was unable to use prescale of 1 asynchronous for my ADC. the solution, on this site, was to change VSO0 to VSO1 but it seems my board has no such option. only to boost (whatever that means). So how can i get the maximum...
Kiel uvision has this feature where they show the pdf of relevant documentations when you select board and chip while creating a project. Does stm32cubeide have a similar feature somewhere so i can look for the stm i am using.also i found it hard to ...