This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Create a header file for CPU Cortex M3

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

Parents
  • 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.

Reply
  • 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.

Children