How to select external Oscillator using processor expert in S32DS project

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

How to select external Oscillator using processor expert in S32DS project

1,076 Views
kashifsagheer
Contributor II

I am new on the processor expert and NXP 32bit MCUs. I want to select only the external oscillator in the clock setting.

pastedImage_1.png

pastedImage_2.png

  • How can I configure the external oscillator and then PLL
  • system clock should also be based on SOSC
  • Bus clock is also drive from SOSC

How can I verify#@ whether I select correct clock or not?

Labels (1)
2 Replies

936 Views
Alexis_A
NXP TechSupport
NXP TechSupport

Hello kashifsagheer‌,

To enable/disable the clocks there's a little checkbox in the Clock Sources table:

pastedImage_1.png

In the Interface Clocks table you can select the clock source if you click in the SCS_CLK option:

pastedImage_3.png

If you change the SCS_CLK the BUS_CLK will have the same clock source.

Also in the Clock configuration table, if you click in the tab, more configuration options will be displayed:

pastedImage_4.png

Let me know if this helps you.

Best Regards,

Alexis Andalon

936 Views
kashifsagheer
Contributor II

Hello Alexis,

Thank you!

0 Kudos