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.

CCS/LAUNCHXL-RM42: RM42x Project 0 issues

Part Number: LAUNCHXL-RM42

Tool/software: Code Composer Studio

Hello!   So, I have obtained a LAUNCHXL-RM42 evaluation kit (March 2019).  After quite the wild goose chase I was able to locate a tutorial for this Project 0 (aka PWM Blinker) from the community post here:

https://e2e.ti.com/support/microcontrollers/hercules/f/312/t/383678?Project-0-problem

Unfortunately, just like that poster I have had no success in getting this project off the ground, despite following the steps in the video.  When I attempt to compile the program, I get an error telling me that the header "F021.h" cannot be opened, like this:

The naive resolution is that the file is missing, so add it.  soWhen I attempt to include this file, however, using the method described in the TI video (right click, properties, include, etc.).... it does nothing.  No file is actually added to the program.  When I copy and paste the file directly into the project folder, I get this:

This suggests to me that 1, the program is demanding the inclusion of a file that does it no good, and 2, when it gets said file, it simply breaks a bunch of other pieces of code.  The video is something like 5 years old, which means things are likely to have changed... but I can't find anything about this board anywhere.  I'd like to get this project functional, if only for self-satisfaction.

Anyone have any ideas on how to fix this?  I've tinkered with it for a bit but can't seem to make headway.

Thanks!

--Gregor