Unable to select "TI Delfino F28379D LaunchPad" as hardward board in the hardware implementation with the error message "The data for the selected hardware is invalid."

15 views (last 30 days)
I am using the C2000 TI development kit with Simulink. When I tried to select "TI Delfino F28379D LaunchPad" as the hardware board in hardware implementation in the Configuration Parameters, I got the error dialog:
Invalid value entered for 'Hardware board' on the 'Hardware Implementation' page: The data for the selected hardware 'TI Delfino F28379D LaunchPad' is invalid...
Why is this happening?

Accepted Answer

MathWorks Support Team
MathWorks Support Team on 22 Jan 2024
One possible cause of this error is that there is no valid license for the C2000 Microcontroller Blockset. To verify if the required license is available, please run the following command in the MATLAB Command Window:
>> license('test','C2000_Blockset')
If the output is 0, that means the license is not available.
Please also note that this can happen even when the license C2000 Microcontroller Blockset shows up in the 'ver -support' output. If this is the case, the license is available to the account, but it is limited to certain users. Contact the Administrator for the license of the account in this case.

More Answers (0)

Products


Release

R2023b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!