User Activity

Why is this error very hard to find?I cannot find the exact reason this is happening?I have project say named Project_1 that works properly (This is created using TouchGFX on STM32H735G- DK board)now if i copy this project manually and paste it in an...
Board Using - STM32H735G-DK1. I tried moving the whole .bss section into HYPERRAM /* Uninitialized data section into "RAM_D1" Ram type memory */ . = ALIGN(4); .bss : { /* This is used by the startup in order to initialize the .bss section ...
I am using the STM32H735G-DK boardWhen i tried the Debugging at this file the code gets stuck.   /* USER CODE BEGIN Header */ /** ****************************************************************************** * File Name : STM32TouchCont...
I am trying to send data from a buffer to a GSM module. The buffer contains the AT commands. For each communication this will vary. If i use the Circular mode the transfer will not end. But when i am trying to use the Normal mode so that i can contro...