I conducted an exercise on the B-U585I-IOT02A board using FileX middleware version 6.2.0.The exercise involved creating a directory and then a file within that directory. The file is correctly written and read in the directory.However, if I switch th...
To resolve this issue, we need to ensure that we correctly test the FX_ALREADY_CREATED condition when creating directories and files.
fxRes = fx_media_open(&disk1, "FS",
fx_stm32_levelx_nor_driver,
(VOID *)LX_NOR_OSPI_DRIVER_ID,
(VOID *) fx_nor...
hi @MD'Si.1 Here is the scenario:1 Open Nor Flash media. “nor_disk�?2 Open a file and write data.3 Flush media4 Close Nor Flash media. “nor_disk�?5 Enter STOP mode.6 Wakup from STOP mode.7 Configure clocks for PLL, msi8 Open Nor F...