MC60E AT+QFLDS="UFS" error

Hi
I have probleme with AT+QFLDS=“UFS” what is the resone.

AT

OK
AT+QFLDS=“RAM”

+QFLDS: 532980,532980,532980

OK
AT+QFLDS=“UFS”

+CME ERROR: 4013

Hi star333,

MC60E supports RAM FILE only. MC60E has no UFS region.
MC60 supports UFS/RAM /SD FILE. MC60 has 120KB UFS region.

1 Like

I am storing my data in my flash with openCPU “Ql_FS_Open(BUFF_NAME,QL_FS_CREATE);”
what is this storage ? is this UFS? or what?

MC60E only supports RAM file. Only Ql_FS_OpenRAMFile can be used.