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