This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Tool/software: Code Composer Studio
Hi,
I am new to the C2000 Microcontroller series and trying out the TDIM-SERVO-LAUNCHXS example project in controlSUITE. I am aware that the project is using F28377S LaunchPad and some configurations has to be done to it work with the F28379D LaunchPad. I have completed BUILDLEVEL 1 which does not require the motor to run. However, for BUILDLEVEL 2, I have to connect my motor and I am unsure about the codes for the ADC inputs. Please send help....
As long as you retain the SoC definitions, these wont change. I recommend you to ensure that, in the main code where the SoCs are defined, make sure that the channel assignments are ok. Review it with the launch pad pin assignments from the user guide. Take some time to review and modify it. This will be a good way of familiarizing the code.
Justin,
There is another example of a similar project on F28379D launch pad platform. Look at
C:\ti\controlSUITE\libs\app_libs\motor_control\libs\FCL_SFRA\v01_00_00_00\Examples\FCL_SFRA_379DXL_v1\sources\FCL_SFRA_XL_DualServo.c
The initialisations done here may apply for your use case. Hope it helps.