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.

LAUNCHXL-F28379D: Unresolved symbol DelayUs - Workshop Lab 5

Part Number: LAUNCHXL-F28379D

Hi all,

I'm going through the example Lab 5: System Initialization of the workshop for the F2837D but when I try to compile, I have an error that I am not able to fix :
Description Resource Path Location Type
unresolved symbol DelayUs, first referenced in ./SysCtrl.obj Lab5 C/C++ Problem

I included the F2837xD headers and the Lab_common folders and added a pre-defined NAME "CPU1" (I am not quite sure to understand what it is supposed to do):

As you can see also, there is the DelayUs.asm and SysCtrl:

I found the similar post with the same issue but the way to resolve the error was not explicit.

Thank you for you help