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 中查找有关 ARM Cortex-M Processors 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!