I try to change the file "56F832x_boot_flash_linker.cmd" but I really do not know what value to place or where to change. I understand that the values we try to use are outside the range of memory that have this DSC but
What are the correct values?
Where do I put the values they are?,
#******************************************************************************* .ApplicationInterruptVector : { F_vector_begin_addr = .; * (isr_vectors.text) } > .pInterruptVector#******************************************************************************* .ApplicationCode : { # Place all code into Boot Flash F_Pcode_begin_addr_in_ROM = .; * (.text) * (rtlib.text) * (fp_engine.text) * (user.text) F_Pcode_end_addr_in_ROM = .; __Pcode_end_addr_in_ROM = .; } > .pBootFlash
Intento cambiar el archivo "56F832x_boot_flash_linker.cmd" pero realmente no se que valor colocar ni donde cambiar. Entiendo que los valores que intenta usar estan por fuera del rango de memoria que tiene este DSC pero
¿Cuales son los valores correctos?
¿donde coloco los valores que son?