Other Parts Discussed in Thread: TMS320F28062F, TMS320F28069F, TMS320F28068F
Greetings! There is a difference between the available RAM in release mode and Flash mode. So I can compile my program in release and test but when I tried to compile it in Flash i had "not enough RAM" error. So I checked the linker files and there is a difference. For example in F28069F_ram_lnk the RAM section is quite big RAML0_L8 : origin = 0x008000, length = 0x00B800, but in F28069M.cmd the RAM is split into several parts and some of them are used for some math functions(according to the file). Can I somehow rearenge the F28069M.cmd in order to gain more RAM for my project?
Thanks!