MCUXpresso - Tools Overview BUG

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

MCUXpresso - Tools Overview BUG

ソリューションへジャンプ
953件の閲覧回数
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 解決策
755件の閲覧回数
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 返答(返信)
936件の閲覧回数
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 件の賞賛
返信
928件の閲覧回数
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!

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

743件の閲覧回数
danielkrol
Contributor III
Hi,
Thanks for the information.

Regards
Daniel
0 件の賞賛
返信