User Activity

Hi all, i am trying to use MDMA to transfer data from a cyclic ADC-DMA buffermy ADC buffer is of x size and it is cyclic: adc_buffer[x]and i want to transfer its data via MDMA to a larger buffer while its samplingmeaning that after every ADC iteratio...
Hi Everyone, in my previous posts i pretty much beat the bush around this subject and i did get some good supportbut i keep getting stuck with this issue.im using STM32H743ZI2 Evaluation board set to 32Mhzthe ADC is 16 bits and running on "fast chann...
Hi all, im using Cube IDE STM32H743ZI2 Evaluation boardim curently sampling ADC2 and storing the output at an internal array using DMAthe array size is uint16_t[100,000]my requirements as to store much more data which means i have to use a diffrent m...
Hi all i'm implementing a serial communication between my evaluation board and my PCi managed to send data from my board and read it via PuTTY.but when i run HAL_UART_Receive_IT and send messages via PuTTY it doesnt trigger the "HAL_UART_RxCpltCallba...
Hi all, i'm experimenting using ADC  in STM32H743ZI2i managed to get the single channels working on ADC1 and ADC2,and i want to use ADC3 with multiple channels, oncourse i followed all the manuals in youtube etc.. but still no lucki am using ADC3 cha...