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.
Hi,
I am using the kit MCB1760 (with CPU Cortex-M3. I bought MDK-ARM and RL-ARM from Keil, I use C language to program. Now, I need to create some header file (.h) to add into my programme. How I can do it? Please give me some advices! Thanks you and best regards, LE Minh Thuy
Create the header file in the same way you would do for any other processor, or any other C program.
What information do you need to place in the header file? Much of the processor-specific information is already available in header files supplied by Keil, with the exception of a lot of register flags.
Ah, i just need to create header_file.h to support for the configuration of some flags and conditional values which are used many times in my program.
It's just a text file - so, as previously mentioned, it's just File > New followed by File > Save As
Or you can use Windows explorer to create a new text file, give it a suitable name, then open it in your favourite text editor...
I think you need some basic study before you proceed - try:
http://www.keil.com/books