Part Number: TMS320F28377D
Tool/software: Code Composer Studio
Hi Guys, I'm an assembler programmer using the F28377D. CCS9 assembles my code to the F28377D to FLASHB which is only 8k in size, this is ok no probs.
My assembler program has now increased greater that 8k, CCS9 then assembles the code to FLASHE which is 32k.
My assembler code now is greater than 32k and CCS9 now says my code will not fit into any of the 32k flash banks and now won't assemble my code. My F28377D has 1024k of flash.
I need to tell CCS9 to write my code STARTING from FLASHA and then when FLASHA is full to continue to write the rest of the code into FLASHB and continue to FLASHN.
I remember doing this years ago with CCS6 I think but just can't remember how I did it. Please let me know how assign the flash banks. Linear I think its called but not sure.
Thanks guys and waiting for your reply.
Peter :)