A related question is a question created from another question. When the related question is created, it will be automatically linked to the original question.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
File Loader: Data verification failed. Please verify target memory and memory map.
I'd like to know:
1. Which sections can I move to SDRAM and which I have to leave in L2RAM - file 6416.cmd?
2. I'm using DSP BIOS 5.42. In project must exist *.tcf file. Can I somehow using *.tcf and 6416.cmd together or should I use only *.tcf file?
Thanks.
Regards,
Lukasz.
MEMORY
{
L2RAM o = 0x00000000 l = 0x00100000
EMIFBCE0 o = 0x60000000 l = 0x04000000 /* CPLD in 6416 DSK */
EMIFBCE1 o = 0x64000000 l = 0x04000000 /* Flash in 6416 DSK */
EMIFBCE2 o = 0x68000000 l = 0x04000000
EMIFBCE3 o = 0x6C000000 l = 0x04000000
EMIFACE0 o = 0x80000000 l = 0x10000000 /* SDRAM in 6416 DSK */
EMIFACE1 o = 0x90000000 l = 0x10000000
EMIFACE2 o = 0xA0000000 l = 0x10000000 /* Daughterboard in 6416 DSK */
EMIFACE3 o = 0xB0000000 l = 0x10000000 /* Daughterboard in 6416 DSK */
}