User Activity

Hi Team,I am working on one of the Project where I have to update the new firmware over the UART using System bootloader without STM32CubeProgrammer tool.So, for this I need to implement the C application using STM32CubeProgrammer API's.Therefore, I ...
Hi Guys,I am working on one of the project using STM32H743, where code will update from the UART.The Application code is based on the FreeRTOS.So, when I want to update the firmware i need to stop the FreeRTOS scheduler and get back to the while loop...
Hi Guys,I am working on one of the project, in that I have to read the TouchGFX assets from External flash and also sensor data from external flash.So, TouchGFX assets has to be read in Memory Map Mode and Sensor data has to be read in Indirect Mode....
Hi Guys,I am working on one of the project, where I have to update the Software from UART bootloader.Software is included with User Application + TouchGFX Application + TouchGFX Assets.In this User Application and TouchGFX application has to be stor...
Hi all,I am doing one project where TouchGFX data has to be store in External Flash.For this I created Custom External loader for QSPI Flash.Tested this external loader in STM32CubeProgrammer by writing and reading 1Mb of data, and its working fine.A...