Infineon / Code-Examples-for-the-ModusToolbox-PSoC-6-SDK

This repository is obsolete and contains code examples for ModusToolbox 1.x
12 stars 21 forks source link

How to change PLL clock frequency with C #3

Closed find1dream closed 4 years ago

find1dream commented 4 years ago

Question/Issue: I want to run the CPU at 150MHz, how can I achieve it? Can you provide me any document or code?

Context os: macOS: 1015.4 chip: CY8CPROTO-062-4343W PSoC 6 Wi-Fi BT PROTOTYPING KIT environment: terminal

rmbk19 commented 4 years ago

Hi @find1dream,

There are 2 ways to configure the PLL.

  1. You can use the Device Configurator > System tab and configure the PLL frequency. For information regarding the Device Configurator, you can refer to the ModusToolbox Device Configurator Guide
  2. You can manually configure the PLL using the PDL SysClk driver about which you can learn about here

Please let me know if this helps.

Thanks and Regards, Rakshith M B

JimTrudeau commented 4 years ago

I'm going to assume resolved. Thanks for raising the question.