How to write at specific memory location of C2000 using Matlab Function in Siumulink Embedded Coder?
4 ビュー (過去 30 日間)
古いコメントを表示
Sumit Patil
2019 年 6 月 24 日
コメント済み: Roberto Aceiton
2020 年 10 月 15 日
Currently I am using "Memory Copy" block of Embeded Coder Support Package for Texas Instrumnets C2000 Processors to write at or to read from peripheral registers of F2837xD devices. Is it possible to do the same with 'MATLAB function block'? If yes, then what is the code to do the same?
0 件のコメント
採用された回答
Venkatesh Chilapur
2019 年 6 月 25 日
Hi Sumit,
One apporach is to define the register access in a 'c' function in a 'c' source file.
You can then call this function from Matlab Function block using ceval Matlab routine.
Make sure to add this 'c' source file in the custom code section. - Look for 'Specify Source Code and Dependencies' at link below:
HTH,
Regards,
Venkatesh C
1 件のコメント
Roberto Aceiton
2020 年 10 月 15 日
Hi Venkatesh,
I am currently trying to achieve the same thing, however I am not sure I understand your solution. Could you maybe provide a simple working example?
Regards,
Roberto.
その他の回答 (0 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!