Hello @Cat It sounds like the issue might be related to the initial configuration or setup of the microcontroller when flashing the application firmware for the first time. Could you please, Ensure that the boot configuration settings are correctly s...
hello @lbapplem OK, so, it is possible to implement an OTA update feature without a separate bootloader, but it requires careful handling since the application will be running from RAM while it erases and reprograms the flash memory.By following thes...
Hello @lbapplem Yes, it is possible to implement an OTA update feature for the STM32H7A3ZIT6 microcontroller using STM32CubeIDE. The general idea is to have a bootloader that can receive the new firmware image, store it temporarily in RAM or another ...
Hello @DaSow When you're working with USB mass storage devices on STM32 microcontrollers, especially those with larger capacities like 16GB or more, there are a few things that could cause the code to get stuck in a loop:
USB host library is properly...
Hello @Prakash_Raj1994 Can you please, check Initialization and ensure that both SPI and LVGL initialization functions are called correctly.Also, check Data Transmission (that the data is being correctly transmitted over SPI to the display).One other...