We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Background: This is my first use of the uVision IDE. I received a project that was being worked on by my predecessor. I was given the laptop he had been using, but IT, in their infinite wisdom, wiped it before I got it with no backup. He doesn't remember what he did to fix this.
Problem: When I try to build the project I get about 450 errors that all related back to not having the correct header files in place to support the hardware. The errors include things like "indentifier GPIO_Pin_7 undefined". This looks to me like a configuration problem in the IDE, but I can't find the correct switch. Processor is an STM32L151ZD.
Thank you for your help.
Are the files actually missing, or is it just that the compiler can't find them?
Fix the latter by adding the required include paths:
http://www.keil.com/support/man/docs/uv4/uv4_dg_adscc.htm