User Activity

Hello,I am working on the STM32H7A3ZGT6 with the following parametersCubeIDE 1.13.0CubeMX 6.9.0I am trying to add a USB device CDC for debugging. My objective is to print debug data on the virtual port com. I am sucessufull at sending data directly a...
Hello,I am developing on the STM32H7A3ZGT and I am trying to use both OCTOSPI instances that are on the microcontrollerI am able to use both of them separately (only initialising one instance) but when I do both the initialization only the last initi...
Hello,I am working on the USB DFU for a STM32H7A3ZGT6I have two projects one for the DFU and one with the application to be updated.My application works fine when I download it with the debugger.The DFU part manages to erase and program the new app t...
Hello,I am developing an app with TouchGFX that has a map. I would like to draw the path the user went on the map. I am looking for a way to change some pixels colour manually. I thought of using a manual bitmap image, but it comes in front of the ma...
Hello,I am trying to receive an unknown length of data on a UART on a STM32H7A3I have declared a buffer to receive the data and aligned it :#define UART_RX_BUFF_SIZE 256 ALIGN_32BYTES (static uint8_t uart_buff[UART_RX_BUFF_SIZE]);Then as I am working...
Kudos from