Flash ERASE/Program does not work if i call HAL_SDRAM_Init(); function
I have trying to implement the in application programming where as to hold the large binary of the application which i need to program into internal flash i use Rx_Buffer mapped in external SDRAM,so when i call HAL_SDRAM_Init() function the flash er...