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
  • I use an external crystal oscillator with 12 MHZ output. This is the source of my PLL.
    Ok. I will check the PLL related issues as you said.

    But the failure is discussed with Atmel. they've done all sorts of 'I don't exactly understand' tests and answered the parts and our hardware boards were ok and passed all the tests.

    So I think the problem should reside in configuration. The problem is really complicated. So I will be glad if you can answer one basic question.

    Is configuring a micro-controller at max frequency for master clock wrong? is it discouraged? Or the maximum stated frequency is safe to use at any condition? (considering wait states and other limitations)

Reply
  • I use an external crystal oscillator with 12 MHZ output. This is the source of my PLL.
    Ok. I will check the PLL related issues as you said.

    But the failure is discussed with Atmel. they've done all sorts of 'I don't exactly understand' tests and answered the parts and our hardware boards were ok and passed all the tests.

    So I think the problem should reside in configuration. The problem is really complicated. So I will be glad if you can answer one basic question.

    Is configuring a micro-controller at max frequency for master clock wrong? is it discouraged? Or the maximum stated frequency is safe to use at any condition? (considering wait states and other limitations)

Children