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

How to set the clock frequency?

So there is no option in the compiler to set the clock frequency of the processor....How will that be handled? Do i need to edit the Makefile?

Parents
  • "How will that be handled?"

    As Tamir says, that will be described in the Datasheet for the particular chip that you are using - so you will just need to write whatever code is necessary to do whatever the Datasheet tells you.

    If it's possible, the chip manufacturer may provide libraries to help...

Reply
  • "How will that be handled?"

    As Tamir says, that will be described in the Datasheet for the particular chip that you are using - so you will just need to write whatever code is necessary to do whatever the Datasheet tells you.

    If it's possible, the chip manufacturer may provide libraries to help...

Children