Embedded coder for TI C2000 microcontrollers: Cannot open "Digital DC/DC Buck Converter Using Peak Current Mode Control" example
Show older comments
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 Comment
Ruben Galvez
on 12 Jul 2021
Same here, does anyone know the solution or how to download the example properly?
Accepted Answer
More Answers (0)
Categories
Find more on Texas Instruments C2000 Processors in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!