Need resources for STM32H563ZI nucleo board
I was recently working on STM32H563ZI nucleo board like connecting peripherals like LTE module, I2C sensors like MPU6050, LCD display, SPI modules like W25Q flash storage, USB and some analog module like potentiometer. As per normal coding of individual peripherals resources were available but for smooth integration of all the peripherals i was planning to use DMA for reducing the load for smooth operation. But i didn't get any clear documentation or resources of using GPDMA (present in STM32H563ZI) for I2C, SPI and UART. As i was planning to use FreeRTOS instead of Azure RTOS (ThreadX) because how to implement it as in this microcontroller there is USBX which works on ThreadX. I followed the resources on Youtube from official STMicroelecronics channel, followed the same but the code was not working as expected.
I was going through reference manual the peripheral was USB, that means it can be used without RTOS
I need help in resources for GPDMA for I2C,SPI and USART, USB with FreeRTOS or normal coding.
