Other Parts Discussed in Thread: TMS320F28335, , C2000WARE, CONTROLSUITE, SFRA
Tool/software: TI C/C++ Compiler
Hi, there
I am migrating from TMS320F28335 to TMS320F28379D recently. Here's two question I have:
1st question is related to flash programming. I see some examples for the 28379D flash programming through C2000Ware device support. However, are there some documents available explain better how to do the FLASH API for TMS320F28379D? I know the TMS320F28335 has document talk about that.
2nd. I am trying to implement the fast FPU supplement math library like I did with the TMS320F28335. Here's what I have in the cmd file, section definition:
FASTRTS_LIBRARY:
{
-l rts2800_fpu32_fast_supplement.lib(.econst)
-l rts2800_fpu32_fast_supplement.lib(.text)
} LOAD = FLASHG,
RUN = RAMD0_1,
LOAD_START(_FastRTSLoadStart),
LOAD_END(_FastRTSLoadEnd),
RUN_START(_FastRTSRunStart),
PAGE = 0
I keep get warnings "10068-D no matching section" even I do make sure I included the lib file and the path. Do you know why? Does the fast supplement FPU apply to TMS320F28379D too? Are there document talking about this?
Thanks