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.
I am using Blinky example in uVision5(Legacy support installed) to just check the proper functionality. In the main source file the header is "sam3xa.h". But I am not able to locate it. So I searched it on google and got this ---- http://www.keil.com/dd/docs/arm/atmel/sam3xa/sam3xa.h But where are the other header files mention in the above header file? To be specific "sam3x8e.h"
Though the code is compiling but not working on chip. How?
In uV5 likely in the PACK directories. If the code compiles, you can click on the project files to see the dependency tree, and open the include files used. Right clicking on the tab in the editor allows you to get the path of the specific files.
Yes, I found it. I didn't knew that there is an option to open containing folder from uVision itself. They are in INC folder. Thank you for your support to an easy question!!