User Activity

I am working on STM32H743 series, and I want to do Write operation continuously. When the flash is erased by STM32CubeProgrammer it returns 0xFF, but after erasing with HAL API (HAL_FLASHEx_Erase()), I got the value other than 0xFF (i.e previously fl...
Hi,i'm using STM32H743  Nucleo Board, I'm new to it,first I want to know can we flash two executable's on two different location of flash memory?If yes, then trying to jump from one application located at 0x08000000 to another application located at ...
my requirement is to do file operation. I tried it using following way.f_mkfsf_mountf_openf_write.but it cant help me. f_mkfs failed to create file system. I attached file filesystem.c for reference. please let me know any way to do this.