Problems encountered in the use of KEIL

1. Compile prompt warning: #1-D: The last line of the file does not end with a newline character
Solution: After the carriage return of the last line, make sure that it is in the first column, and the new line cannot have empty characters such as spaces to avoid this warning


2... \ HARDWARE \ Key \ key.c (99): Warning: #188-D: Enumeration type mixed with anoth
Solution: The enumeration type is defined, but other types are used to assign values ​​to it.


3. The project file cannot be read; the project project cannot be opened
solve:
Reduce the nesting of the file directory where the project is located




4. Keil MDK 5 debug simulation system viewer menu displays blank and peripheral menu headless registers

Solution:

Need to select the corresponding IC model






Guess you like

Origin blog.csdn.net/u013830926/article/details/80815326