Embedded coder for TI C2000 microcontrollers: Cannot open "Digital DC/DC Buck Converter Using Peak Current Mode Control" example
이전 댓글 표시
Dear all,
I'm working on a digital controller for a DC-DC converter which uses a TI C2000 MCU. Peak current mode control is one of the control schemes I plan on implementing.
On the MathWorks website there are multiple modeling examples for the C2000 embedded coder add-on. Using the Matlab commands listed on the MathWorks site I'm able to open most examples.
However, I'm unable to open the "Digital DC/DC Buck Converter Using Peak Current Mode Control" example: https://www.mathworks.com/help/supportpkg/texasinstrumentsc2000/ug/pcmc-example.html
I have installed all the required MathWorks products on my PC:
- -Instrument Control Toolbox
- -MATLAB
- -Simulink
- -DSP Toolbox
- -Embedded Coder
When I run the following command in the Matlab command window
>> f280049C_DCDC_Buck_PCMC
I get:
error('Unrecognized function or variable 'f280049C_DCDC_Buck_PCMC.')
Moreover:
>> openExample('texasinstrumentsc2000/PeakCurrentModeControlExample')
Gives:
Error using findExample (line 35)
Example "PeakCurrentModeControlExample" not found in
"C:\ProgramData\MATLAB\SupportPackages\R2020a\examples\texasinstrumentsc2000\examples.xml".
Error in openExample (line 30)
metadata = findExample(exampleId);
The peak current mode control example is not listed in the examples folder on my PC, although the other ones are. I have tried reinstalling the C2000 Embedded Coder add-on, but this did not fix the problem.
Does anyone know how I can open/download this example file?
I think it can be really usefull for my digital control project.
Thanks in advance.
Kind regards,
Sander
댓글 수: 1
Ruben Galvez
2021년 7월 12일
Same here, does anyone know the solution or how to download the example properly?
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Texas Instruments C2000 Processors에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!