User Activity

Is there example code for EEPROM Emulation of the H7 series? I can only find it for older STM32 devices and it states that other devices should use different code.If not can anyone confirm the smallest sector of the internal Flash that can be used? I...
I am using STM32CubeIDE and have used the linker to change settings, so have a pretty good grasp.I have read on custom bootloaders but not found how they deal with the following issue, as it seems ignored in the demo code. The custom bootloaders show...
I have a working H743zi2 FW 1.7 which does a ping and web respond and works great.I moved to FW 1.9 and a new project now fails to even ping.The interesting part is that if I run the project based on FW1.7 first, keep power on, then run the one based...
Has anyone workding SDRAM on H753zi2 Nucleo?To start I have a F767 with the IS42S16160J working. Writes and reads back fine. Proven by disconnecting a line and the test code finds it.Move to H743zi2. No joy, it just reads almost radom back.I changed ...
I am using STM32F7 or STM32H7 to test SDRAM using FMC controller. Initially I could ot se a clock output. Seaching here has got that going. I have tried theSTM32CubeIDE and even set SDRAM bank 2 the same as Bank1 after reading there may be an issue.S...