I have purchased the following boards Texas Instrument motol control boards:
- LAUNCHXL-F280039C
- BOOSTXL-DRV8323RS
I am looking for a Simulink example for Sensorless FOC Motor control (the motors are actually BLDC, not PMSM).
I found the example mcb_pmsm_foc_sensorless_f280049C.slx from here...
As the example was for the F280049C, I changed the hardware board to TI F280039C LaunchPad...
After changing the hardware board, I also had to assign the hardware mapping for the SCIA interrupt in order to build the model...
The model buildt and downloaded, so I opened the host model mcb_pmsm_foc_host_model.slx to try and control the motor.
Device manager shows XDS110 as COM8 or COM9...
I'm not sure which one I am supposed to use, so in the host model I tried both COM ports 8 and 9 and baud rates of 5.625e6 and 5e6. but nothing works.
When I run the host model, the motor does not spin and the displays and plot show zero.
I assume there is no UART data ?
I also assume there is nothing to detect if the UART isn't functioning, the display will all just show zero ?
The SCI_A settings are shown below...
How can I get this example model (or any other FOC sensorless model) working on these boards ?
The motor I am using is a T-Motor F90 Fpv Racing Drone Motor 5-6S KV1950...
I would also like to be able to use the TI InstaSPIN tool to charactertise the motor, is this possible with the example simulink models ? Or will InstaSPIN only work with CCS example code ?