I am using SSP v1.2.0 and the SK-S7G2 board.
If I call R_BSP_SoftwareDelay() prior to calling g_flash0.p_api->.open() then it delays the expected amount of time. However if I call it after calling g_flash0.p_api->open() then it delays for about 2 or 3 times too long.
I have reproduced the issue by using the Blinky with No RTOS example program. I then added the g_flash0 Flash Drive on r_flash_hp to the HAL/Common thread.
Is this an expected behavior?