Other Parts Discussed in Thread: C2000WARE
Hi team,
I'm trying to help my customer to do first steps in model based design with MATLAB/Simulink and C2000. The customer made some basic operations like LEDs, ADCs, PWMs.
There are 2 questions:
1) How to configure C2000 peripherals?
1.a) For example we need to set pull-up for some GPIO. If we need to do this with MATLAB/Simulink, show me where to do this?
2.b) If we need to do it in CCS Project, where to add this init function?
2) How to combine MATLAB/Simulink model based design with existing codebase. For example, communication stacks written in C. We need to add some code functions to CCS project generated by MATLAB and test together. How to add code in this project and not broke MATLAB logic?