Hi I am a newbie on DSP & CCS development.
Currently I am working at a project using CCS3 and OMAPL137.
I am writing a program which need to do a lot of floating point operation and may need a relatively large memory.
The board with OMAPL137 has 64M bytes SDRAM which is quite enough for my application.
Now the question is when I add one function call in my code the program or DSP halted.
and when I comment (delete) the function call the program runs well.
but the question is that the function just do nothing, it has only one line "return 1;"
I suspect if there is any limitation of the code size ?
I setup the stack size to 0x20000, it does not help.
I setup the mem-mode:data=far, it dose not help either.
sorry for my poor english.
your help is greatly appreciated!
Thank you!
hugo