Configure and intialize the external memory with TMS320F28377D using Matlab Embedded coder
4 次查看(过去 30 天)
显示 更早的评论
Hi,
I am doing FFT and other signal processing of many signals in DSP. So, i am in need of substantial RAM > 1 MB. I went through a code in control suite "ti\controlSUITE\device_support\F2837xD\v180\F2837xD_examples_Cpu1\emif1_32bit_sdram\". Basically the code configures a SDRAM with F28377D. I have the appropriate hardware (TMS320F28377d + AS4C4M32S) which could run the code given in control suite. However, as i use Matlab to do several signal processing technique i would like to use the embedded coder to program TMS320F28377d. Basically i want to map the .ebss section of the code to external memory at EMIF1. The F2837xD_Emif.c code given in control suite does F2837xD EMIF Initialization & Support Functions. But, i don't know how to include that c file in Matlab Simulink and build the model. Any advise to achieve what i am looking for ?
Regards,
subash
0 个评论
回答(1 个)
Brian McKay
2016-4-7
We do not support the external memory interface for F28377D processor out of the box. But you can use custom code techniques provided via Embedded Coder
You may wish to contact MathWorks customer support for additional assistance.
-Brian
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Code Generation from MATLAB Code 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!