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.
Hi all,
I downloaded from the page of the TI G726 Encoder and Decoder c55xx, but there are questions.
http://software-dl.ti.com/dsps/dsps_public_sw/codecs/C55X_Speech/index_FDS.html
G726 Encoder and Decoder, Version 2.00.00.012
table on the second page of g726_datasheet_xdais.doc
"Details of DSP ('C55x) resources required"
Each "Scratch", "Persistent", "Table (const)" is, I would use an which section?
.bss? .const or .sysmem ?
Regards.
Hi Yu,
By default, these buffers will be allocated in .bss section. If required, we can place them to user defined memory sections by using #pragma DATA_SECTION.
-Venkat
Hi Venkat,
Thank you for your reply.
I was able to understand the contents.
Regards.