Clock Config Tool returns undeclared identiefier

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Clock Config Tool returns undeclared identiefier

584 Views
dingelen
Contributor III

Hi,

I'm using the SDK 2.6.3 on an LPC55S69 and while setting up the clocks, the code generator uses an undefined identifier.

It's the ANACTRL_XO32M_CTRL_SLAVE_MASK identifier and it isn't defined in the CMSIS Peripheral Access Layer for LPC55S69_cm33_core0

pastedImage_1.png

After some searching I found it a reference in the "clock_config_c.js" file but again, that's the only reference and on compilation it throws out errors.

I found this to be the case in both the stand-alone tool as in the IDE.

What shoudl this value be? Can I change it manually?

Thanks!

Tom

Labels (1)
0 Kudos
4 Replies

509 Views
Alice_Yang
NXP TechSupport
NXP TechSupport

Hello  Tom Vandingelen ,

Please send your whole project to me, btw, which version of IDE do you used?

BR

Alice

0 Kudos

509 Views
dingelen
Contributor III

Attached you can find an example of the problem.

0 Kudos

509 Views
Alice_Yang
NXP TechSupport
NXP TechSupport

Hello Tom,

Yes, I can reproduce the issue on my side.

The value of "ANACTRL_XO32M_CTRL_SLAVE_MASK" should be 0x10.

pastedImage_1.png

Have a great day,
TIC

 

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

 

- We are following threads for 7 weeks after the last post, later replies are ignored
Please open a new thread and refer to the closed one, if you have a related question at a later point in time.
-------------------------------------------------------------------------------

0 Kudos

509 Views
dingelen
Contributor III

IDE v11.0.1 (latest)

SDK 2.6.3 (latest)

0 Kudos