MCUXpresso Config Tools Version 4.1

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

MCUXpresso Config Tools Version 4.1

556件の閲覧回数
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 返信

435件の閲覧回数
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 件の賞賛
返信