I have questions about the RAMCode_SDK.
I am trying to download 13MB files through J-Link to a Freescale K20,
through a mini-FilingSystem (UBI) to NAND FLASH. I got a copy of RAMCode_SDK.ZIP that targets an
ARNM7TDMI device that is lacking in API documentation. Could you answer the following :
I am trying to download 13MB files through J-Link to a Freescale K20,
through a mini-FilingSystem (UBI) to NAND FLASH. I got a copy of RAMCode_SDK.ZIP that targets an
ARNM7TDMI device that is lacking in API documentation. Could you answer the following :
- Is there any document that describes the
RAMCode_SDK, especially the API called by the PC-based software, resources
used, and Specific_ARM_ASM_LE.o library?
·
What functions (FLASH_GetDesc()); prototypes, functional descriptions, when
executed; does the RAMCode_SDK need to provide for the PC-based software?
·
Is there a RAMCode_SDK build for the Freescale K20?
·
RAMCode_Specific_Debug.icf and RAMCode_Specific_Release.icf reference
memory not available on the Freescale K20, do I just adjust the values to RAM
locations in Freescale K20 address space?
·
Is there any reserved memory or peripherals that RAMCode_SDK cannot access?
·
What’s in Specific_ARM_ASM_LE.o and will the one that is written for an ARM7TDMI
work for a Freescale K20?
·
How do you debug the RAMCode_SDK?
·
Any other helpful suggestions?