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

Set SAM3 frequency

Hi

i'm working with SAM3 microcontroller with 12MHz external crystal and set the multiplier and divider to have 64MHz for Master Clock then i see mistake when code is running

it's necessary noted that boundary condition for SAM3S is 64MHz for master clock
does it have relation to this parameter and should this condition satisfy at all cost

Parents
  • Ok, can you present the code you have, and the frequency you are actually observing. When posting code, please read/review the instructions for doing so.

    The math and settings required can't be unduly complicated.

    The limits would tend to be one of maximal pll/vco speeds, and flash wait states

Reply
  • Ok, can you present the code you have, and the frequency you are actually observing. When posting code, please read/review the instructions for doing so.

    The math and settings required can't be unduly complicated.

    The limits would tend to be one of maximal pll/vco speeds, and flash wait states

Children