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.
Hello,
When i read the function of MmwDemo_dataPathConfigBuffer,i have a question.
If we use demo11 about MRR && USRR,and we use two subFrame.When we alloc L2 memory about part2,for example twiddle16×16_1D.
According to the code, obj will be increased during MRR && USRR memory allocation, but obj will point to the same memory space address, that is, USRR twiddle16×16_1D will overwrite the memory space of MRR twiddle16×16_1D.
Or did I misunderstand the code? Please ask TI engineers to confirm the following.
Thanks a lot!
Bryant
Hi,
Your understanding is not correct.
The same table twiddle16×16_1D is used for both subframes MRR and USRR. So the same allocated memory section is used for both subframes. The memory is not overwritten
thank you
Cesar
Hello,Cesar
If MRR 1D-FFT is 256 point,however USRR 1D-FFT is 512 point,the same table twiddle16×16_1D is use in common?Can the result still be correct?
Thanks a lot!
Bryant
Hello,Cesar
Thank youi very much!
I have another question.Does AWR1843 have HSRAM.I remember AWR1642 have a HandShake Ram which size is 32K.
If memory is not enough,can i use HWA M0~M3 to be memory?What are M0~M3 respective sizes?16K each?
Thanks a lot!
Bryant
Hello,Cesar
Can HWA memory be read and written directly by address?It's on the same address bus as L1/L2/L3, right?Are reads and writes slower than L1/L2/L3?
Thanks a lot!
Bryant
Hello,Cesar
Today i use ccs and awr1843boost and i want to use address to read and write the HWA memory,and i find that hwa memory can not be write,and when i read the memory,it is dirty.
Do I need to enable the HWA hardware function before I can read and write the HWA memory address?Are HWA memory addresses set to read and write permissions?
Thanks a lot!
Bryant
Did you try to write/read the HWA memory with CCS or with C code?
You should try with C code
thank you
Cesar