This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Regarding TMS320F28069 Piccolo control stick

Other Parts Discussed in Thread: TMS320F28069

Hi,

I am using Tms320f28069 control stick , i used Triggerd ADC_main.c programm. i used my equations, after debug there are two erroers 

1) error encountered during linking", Triggered ADC.out " not built

2)  placement fais for object " ramfuncs",       size 0*1b (page0)      available range: progRAM       size 0*800        unused 0*17                max hole 0*17

i saw in consol there some ram.cmd file is there in which diffrent memeory mentioned for data, text etc memory of text is 0*800

How to increase the proRAM space or any prevision is there ? how i solve the error?

Kindly give me suggesions,

thanking you

samadhan mahajan

  • The error message is saying that the "ramfuncs" section is of size 0x1b and there isnt sufficient memory in progRAM to allocate this section because it only has 0x17 unused memory available.

    Please see this wiki page for further explanation of the error. In addition to the solutions recommended there, you could also try modifying the linker command file (.cmd) in your project to either combine memory regions to get a larger range within which to allocate this section, or to allocate it to a different memory region altogether. This wiki page should be additionally helpful.

  • Thanx sir,

    I try this. Thanx ones again for your valuable guidance.

    samadhan mahajan