User Activity

I created a custom external loader to work with STM32H7A3ZG and NOR flash S29GL512S11 (64MB memory, 512 sectors with 128KB. Each sector is divided by pages with 512B size. With STM32CubeProgrammer I can erase all chip, sector erase, read all memory a...
Hi,I have one application developed one TouchGFX to run on STM32H7A3 device with a screen of 320*240. I tested all my hardware devices in my board and all of them work well.When I try to execute MX_TouchGFX_Init() function on main after configure:-MP...
Hi,I created one external loader to write and erase one NOR FLASH and works well (STM32H7A3 with S29GL512S11).When I try to access the memory in my application code the memory returns 0xFFFF every time. When I try to read the memory the first time wh...
HI,I have a custom board with FMC NOR memory S29GL512S11 controlled by STM32H7A3. I created one external loader to flash the NOR memory and works wells. When I try to use the same configurations with the SYSCLK 280MHz and FMC clock 140MHz I can't hav...
Hi, I have a custom board with STM32H7A3 using FMC, LLTC and other modules. I started to develop the firmware to change some images in a display. I made one project on TouchGFX with multiple images and fonts. I verify the BitmapDatabase.cpp and the a...