Hello Wanjing, What does de debugger tell you? If you put the FileX on fx framework in your project the fx_media_open function is insterted in the /src/synergy_gen/ threadxx.c file : fx_ret_val = fx_media_open (&SDcard, (int8_t *) "SDcard", SF_EL_FX_BlockDriver, &g_sf_el_fx0_cfg, g_media_memory_SDcard, sizeof(g_media_memory_SDcard)); if (fx_ret_val != FX_SUCCESS) { error = SSP_ERR_INTERNAL; Debugging this must explain what is going wrong. Dig
↧