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

Library Path to sysctl.h

I'd like to include sysctl.h to use SysCtlClockSet(). I get a file not found error. The only reference to this file I've found in the Kiel_v4 installation is in the C:\Keil_v4\ARM\RV31\LIB\Luminary\driverlib directory. My target device is a TM4C123GXL. Is this the correct directory, or do I need to install other libraries?

If it is the correct file how do I set the path to it?

Parents
  • It sounds like the library isn't for you - being part of files for a different processor family than you are using.

    The difference between microcontroller programming and writing a program for a PC is that you often have to write own code to interface directly with the hardware... There can't exist a generic library that can interface with all existing processor hardware directly.

Reply
  • It sounds like the library isn't for you - being part of files for a different processor family than you are using.

    The difference between microcontroller programming and writing a program for a PC is that you often have to write own code to interface directly with the hardware... There can't exist a generic library that can interface with all existing processor hardware directly.

Children