- In the ‘ADC’ block parameters, set the ‘ADC resolution’ to the maximum supported by your C2000 MCU.
- Smaller samples allow more frequent update, so you can minimize the sample time in the ‘ADC’ block, the total sample time is the sum of ‘Acquisition time’ and ‘conversion time’ parameters.
- Use fixed point data types in the Simulink model, as fixed-point arithmetic can offer better precision over floating point.
- Minimize the delay using filters and amplifiers.
- Increase the data transfer rate in ‘external mode’ settings.
- Parameter tuning and signal logging: https://www.mathworks.com/help/ti-c2000/ug/parameter-tuning-external-mode.html
- C2000 microcontroller block set: https://www.mathworks.com/products/ti-c2000-microcontroller.html
- ADC interface block: https://www.mathworks.com/help/ti-c2000/ref/adcinterface.html
- Getting started with C2000 multiprocessor blocks on MCUs: https://www.mathworks.com/help/ti-c2000/ug/c2000-multiprocessor-mcu-example.html