Borrar filtros
Borrar filtros

Is there need to write C2000 peripheral initialize code (such as PWM、ADC module ) when design a motor control model based on simulink coder

4 visualizaciones (últimos 30 días)
Hi, engineers.I'm confused that if I could build the motor control model offered by mathworks's example <http://cn.mathworks.com/examples/embedded-coder/mw/texasinstrumentsc2000_product-publish_c2000workflow-motor-control motor control > and run in C2000 development kit without writing C2000 peripheral initialize code? cause I did't see any initialize model in simulink coder ,but it's vital to write peripheral initalize code when our write an motor control program in CCS. anyideas on answer the question would be highly appreciated. (I also attached the example picture as follow)

Respuesta aceptada

Brian McKay
Brian McKay el 22 de Ag. de 2016
Editada: Brian McKay el 22 de Ag. de 2016
If you are using the C2000 Support Package, we are generating all required initialization code. During the model build, the executable will be generated with all initialization and application code included.
Generated file MW_c28xx_board.c will have all initialization code for the processor. We are calling some of the TI functions (available in controlSUITE) also to do the initialization. Other init code will be generated in the modelname.c file as modelname_initialize function.
-Brian

Más respuestas (1)

haibo tan
haibo tan el 23 de Ag. de 2016
Hi,
Brian.thank you so much for answering my questions in time.
Bests

Comunidades de usuarios

Más respuestas en  Power Electronics Control

Categorías

Más información sobre Deployment, Integration, and Supported Hardware en Help Center y File Exchange.

Productos

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by