Page 1 of 1

Memory size of JC10M24R

Posted: Thu Sep 29, 2016 8:18 am
by Elisadl
Your website has said that JC10M24R card's NVM: 23KB RAM: 3KB.

But when I used JCAlgTest to test the card, the memory size showed in the result is smaller than what you said.

Where does the difference come from?

JCSystem.getVersion()[Major.Minor];3.0;
JCSystem.isObjectDeletionSupported;yes;
JCSystem.MEMORY_TYPE_PERSISTENT;6384B;
JCSystem.MEMORY_TYPE_TRANSIENT_RESET;2471B;
JCSystem.MEMORY_TYPE_TRANSIENT_DESELECT;512B;
JCSystem.MEMORY_TYPE_TRANSIENT_DESELECT;512B;

Re: Memory size of JC10M24R

Posted: Thu Sep 29, 2016 1:25 pm
by rena2019
how big is your uploaded applet?

Re: Memory size of JC10M24R

Posted: Thu Sep 29, 2016 9:35 pm
by mabel
AlgTest.cap has occupied some memory.

Re: Memory size of JC10M24R

Posted: Thu Sep 29, 2016 9:44 pm
by Tarantino
The memory value showed in the result is the remaining memory after you uploaded algtest cap file. You can code an simple applet by yourself to get the exact memory size.

Re: Memory size of JC10M24R

Posted: Thu Sep 29, 2016 11:09 pm
by rena2019
Tarantino wrote:The memory value showed in the result is the remaining memory after you uploaded algtest cap file. You can code an simple applet by yourself to get the exact memory size.

But a simple applet will also claim some memory. Not so much as a big one but some bytes ;-) So if the card does not support a propriatary command to get the size you will never know it ;-)

Re: Memory size of JC10M24R

Posted: Sun Oct 02, 2016 9:47 am
by UNKNwYSHSA
Get Card MemInfo Applet takes up to 2K bytes NVM space and does not require COR / COD space. So the result is almost the actual card space info.

Re: Memory size of JC10M24R

Posted: Sat Oct 08, 2016 2:51 am
by JavaCardOS
We can provide the command to get JC10M24R card memory information.