Hello,
I am working on STM32F426 with TouchGFX. However, after I upgrade STM32CUBEIDE and TouchGFX to latest version, I got a hard fault error. In the stack information, it shows the hard fault happens after touchgfx::muldivu() called.
And i...
Hello, I am working on a STM32H750. Since the flash is limited, I implement a bootloader and an application. The application is programmed into an external flash. When I am developing the application with STM32CUBEIDE, I have to reboot the board manu...
Hello,I am working on H750 while the flash is limited.Because the LCD is RGB565, may I know if the the unrelated functions can be removed? such as functions related with ARGB8888 and RGB888. Thanks.
Hello all, I am developing with a STM32F429bit6 by STM32CUBEIDE v1.15.1 and TouchGfx v4.23.2. The LCD display works well. The screen layout is portrait.However, when I moved the images to the SPI flash (w25q64), the display was crashed. The changes a...
Hello all,I am implementing an external loader for STM32F429 and W25Q64. The STM32CubeIDE Version is 1.15.1 and STM32CubeProgrammer is 2.16.0.I success programming a 64k bin file with the external loader while failed to program a bigger size file (15...
Hello @Kutlu ,I use the same MCU and flash as yours. When I added the `delete mem 2` and `mem 0x90000000 0x90FFFFFF ro` in the run commands, the debug was blocked as belowThe below is the ld configuration May I know if you can debug the application o...
The GUI is only a simple button without any photos. The debug information has been disabled since building in Release mode.The GCC and G++ optimization level is 'Optimize for size (-Os)'. And the Discard unused section in G++ Linker has been selected...
I have moved the function to an application. And it can run successfully. However, when I tested it as a stldr, it failed to verify with a bigger size file (500K).The error message is Error: Data mismatch found at address 0x90000A00 (byte = 0xA8 inst...
Hello Telsa, Thanks for your replay. When I verified the flash by the STM32CubeProgrammer, I got the the data dismatched.Data mismatch found at address 0x90004400 (byte = 0xF8 instead of 0x8C)But the data value (0x8C) in the flash is correct.The belo...