Other Parts Discussed in Thread: SYSBIOS
Tool/software: TI-RTOS
I'm using F28377D with SYSBIOS.
I've made a flash based App and it is working by loading it through JTAG.
Now, I would like to upload App program with using SCI-A port ( Boot ROM & F2837xD_sci_flash_kernels_cpu01.c) for field operation.
With reviewing F2837xD_sci_flash_kernels_cpu01.c, the algorithm of the rogram & verify are based 4 words aligment.
But the section (.text:ti_catalog_c2800_initF2837x_flashfuncs) of my app program is not aligned to 4 words so that I've encoutered the program error during uploading
I'm attaching linker cmd & map file. Are there merge two sections of (.ti_catalog_c2800_initF2837x_begin & .text:ti_catalog_c2800_initF2837x_flashfuncs) automatically or alignment of 4 words ?
best regards,
JY Koh
