Hi there,
In S32K144 I can select the clock to the peripheral and enable/disable clock by using the PCC_x register.
But when It comes to K3 I need to use MC_ME this Partition register. In this I can not able to select different clock sources only I can enable/disable the peripheral clock.
And which peripheral goes to which Partition that also not clear, could you give me idea about how these peripheral are mapped with different partitions to enable and disable clock to the particular peripheral.
Hello,
In this I can not able to select different clock sources only I can enable/disable the peripheral clock.
For S32K3xx clocks are configured in CGM module:
reference manual : Chapter 25 Clock Generation Module (MC_CGM)
And which peripheral goes to which Partition that also not clear
In the clocking chapter you will find which clock is routed where.
I recommend you to read carefully clocking chapter where it is described in details.
Best regards,
Peter