User Activity

I'm working on an STM32 project where I'm jumping to code in external QSPI flash (address 0x90000000) after booting from internal flash. I've configured the QSPI memory-mapped mode correctly, and the jump to the external flash works. The interrupt ve...
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...
Kudos given to