MCUXpresso Config Tools Version 4.1

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

MCUXpresso Config Tools Version 4.1

520 次查看
vijo
Contributor III

Hi,

Generation of the file clock_config.c has a bug when main clock is selected for SCTimer/PWMCLK.

 

The line:       CLOCK_AttachClk(kMCLK_to_SCT_CLK);                  /*!< Switch SCT_CLK to MAIN_CLK */

Should be:   CLOCK_AttachClk(kMAIN_CLK_to_SCT_CLK);                  /*!< Switch SCT_CLK to MAIN_CLK */

As: kMCLK_to_SCT_CLK is not defined in fsl_clock.h

 

Regards

Viggo

标签 (1)
0 项奖励
回复
1 回复

399 次查看
soledad
NXP Employee
NXP Employee

Hi,

Thank you for your feedback, we will check this internally in order to fix the issue.


Have a great day,
Sol

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 项奖励
回复