Other Parts Discussed in Thread: HALCOGEN
您好,我的输入晶振为16MHz,用HALCOGEN配置PLL完成后的时钟为80MHz,但是IO引脚最简单的高低电平切换频率只有2Mhz,太慢了。请问是什么原因啊?是哪里设置不正确吗?下面是IO切换的代码。
hetPORT1->DSET = (uint32)1U << 6;
hetPORT1->DCLR = (uint32)1U << 6;
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Other Parts Discussed in Thread: HALCOGEN
您好,我的输入晶振为16MHz,用HALCOGEN配置PLL完成后的时钟为80MHz,但是IO引脚最简单的高低电平切换频率只有2Mhz,太慢了。请问是什么原因啊?是哪里设置不正确吗?下面是IO切换的代码。
hetPORT1->DSET = (uint32)1U << 6;
hetPORT1->DCLR = (uint32)1U << 6;