Other Parts Discussed in Thread: TMS320F2808
hi all , i have TMS320F2808 and i use CCS3.3, when i try to build my program i find this message,
''"placement fails for object ".text", size 0x10b6 (page 0). Available ranges:
PRAMH0 size: 0x1000 unused: 0x1000 max hole: 0x1000""
i know that memory allocated for my program is not enough for that i though to use L0 and L1 but these memories are secure zones so should i disable the CSM before use L0 and L1 or there is no problem.
notice: i don't want to use the flash memory because i feel that hard a little bit for me and need many requirement and i think using L0 and L1 is more simple and provide my project needs.
i wait your answer and thank you .