Below is the error message: source_codes\periphmain.c(25): warning C318: can't open file 'global.h'
Why this error happening? How to solve this error?
"Why this error happening?"
The compiler can't find global.h in its search paths or does not have permission to open it.
"How to solve this error?"
Resolve one or both of the issues above.