As noted 2 YEARS AGO, here https://e2e.ti.com/support/microcontrollers/c2000/f/171/p/377175/1333418, the OTP wait state (ln# 307) used in the 60MHZ section of the FLASH_setup() function in the flash.c driver device support file is incorrect.
Currently I have to remember to correct this and rebuild the driverlib.lib every time I have a fresh install of ControlSUITE. This is not trivial as the driverlib.lib does not build correctly by default due to some kind of weird path variable ("EXTERNAL_BUILD_ARTIFACT") error. My solution to which to date has been to add a new "Release" build configuration (based on the existing "Debug" configuration), which seems to solve it somehow.
When will this be corrected?