MCUXpresso - Tools Overview BUG

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

MCUXpresso - Tools Overview BUG

跳至解决方案
954 次查看
danielkrol
Contributor III

Hi,
I would like to report a BUG in MCUXpresso for macOS in the Apple Silicon version. The Tools Overview window is not visible. Clicking the Open Tools Overview button has no effect. I downloaded the Intel version and ran it via Rosetta - everything works!

Have a nice day!

Zrzut ekranu 2024-02-3 o 12.45.18.png

0 项奖励
回复
1 解答
756 次查看
liborukropec
NXP Employee
NXP Employee

Hello Daniel,

I confirm the issue for M1/M2. This will be fixed in a Config Tools v15 update. The workaround (may be for other users as you've already installed x86 version) is to open created *.MEX file (inside the Eclipse project) using text editor and find the XML element for the particular tool that should be enabled/disabled and manually edit the "enable" attribute. For example enabling Peripherals tool can be done changing from:

<periphs name="Peripherals" version="14.0" enabled="false" update_project_code="true">

to

<periphs name="Peripherals" version="14.0" enabled="true" update_project_code="true"> 

save *.MEX and re-open the Config Tools configuration.

 

Regards,

Libor

在原帖中查看解决方案

4 回复数
937 次查看
EdwinHz
NXP TechSupport
NXP TechSupport

Hi @danielkrol,

Thanks for reporting this issue!

Could you please provide the IDE release where you see this bug, as well as the macOS version if possible?

This would be great information to fix this issue more efficiently. Thanks!

BR,
Edwin.

0 项奖励
回复
929 次查看
danielkrol
Contributor III

Hi,

Thank you for your answer. Yes of course - I see the problem in MCUXpresso 11.8.1 and 11.9.0 on macOS 14.3.1. Three different computers (one with Apple silicon M1 and two with M2 Max). Maybe the problem exists in older versions but I noticed it recently when I needed to enable Peripherals tool for FRDM-MCXN947. Other MCUs which I using have the Peripherals tool enabled by default, so I didn't pay attention to the Tools Overview window.

 

Have a nice day!

757 次查看
liborukropec
NXP Employee
NXP Employee

Hello Daniel,

I confirm the issue for M1/M2. This will be fixed in a Config Tools v15 update. The workaround (may be for other users as you've already installed x86 version) is to open created *.MEX file (inside the Eclipse project) using text editor and find the XML element for the particular tool that should be enabled/disabled and manually edit the "enable" attribute. For example enabling Peripherals tool can be done changing from:

<periphs name="Peripherals" version="14.0" enabled="false" update_project_code="true">

to

<periphs name="Peripherals" version="14.0" enabled="true" update_project_code="true"> 

save *.MEX and re-open the Config Tools configuration.

 

Regards,

Libor

744 次查看
danielkrol
Contributor III
Hi,
Thanks for the information.

Regards
Daniel
0 项奖励
回复