Simulink Embedded Coder Support Package for Texas Instruments C2000 Processors package: Sensorless Motor Parameter Estimation using LAUNCHXL-F28069M MCU
3 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Gu-Cheol Jeong
am 20 Okt. 2022
Bearbeitet: Gu-Cheol Jeong
am 19 Mai 2023
Hello,
I'm using LAUNCHXL-F28069M and BOOSTX-DRV8301 to run the PMSM motor with 21 poles.
In order to get the motor parameters, I have tried to follow the example ( Estimate PMSM Parameters Using Recommended Hardware ).
However, their example only supports other MCUs with motor drivers
1. F28069M control card with DRV8312-69M-KIT inverter
or
2. LAUNCHXL-F28379D controller BOOSTXL-DRV8305 inverter
Can I apply this Simulink example to my hardware? (I tried but It seems that serial communication processes are different.)
Thank you!
0 Kommentare
Akzeptierte Antwort
KrishnaKumar
am 9 Nov. 2022
You can check Estimate PMSM Parameters Using Custom Hardware - MATLAB & Simulink Example (mathworks.com) for using parameter estimation with custom hardware.
3 Kommentare
KrishnaKumar
am 8 Mai 2023
Bearbeitet: KrishnaKumar
am 8 Mai 2023
I can see that there is information on the function interfaces in generated code and how to integrate with driver code. Could you be more specific on what information is missing?
F28069M is a supported controller and blocks for the same should be available in the c2000 library, you can modify the matlab project in https://www.mathworks.com/help/mcb/gs/estimate-pmsm-parameters-using-custom-hardware.html using these blocks to deploy on the target.
Weitere Antworten (0)
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!