Widgets disposed

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

Widgets disposed

967 Views
philroth
Contributor III

Getting this error when launching the debugger and also while the debugger is running.

Started happening after I coded in my own Uart support routines. All tty and itty #defines in user_config.h are == 0 and libraries have all been rebuilt.  Basically stripping out non essential bloat in MQX and just need the basic time slicing and stacks from RTCS. Debugger runs fine....just shows this recurring dialog box that won't go away.

widgets.png

.

0 Kudos
3 Replies

787 Views
Alice_Yang
NXP TechSupport
NXP TechSupport

Hello Phil Roth,

Please tell us which chip do you used? Also the debugger and CodeWarrior version,

thanks!

BR

Alice

0 Kudos

787 Views
philroth
Contributor III

Alice,

It's a 52259.  Debugger is P&E Multilink Universal FX BDM

CodeWarrior for MCU

Version: 11.0
Build Id:170926

0 Kudos

787 Views
danielchen
NXP TechSupport
NXP TechSupport

Hi Phil:

Under Codewarrior, you need to set a default io channel (BSP_DEFAULT_IO_CHANNEL in user_config.h) betweem the client and host during a debugger session.

Regards

Daniel

0 Kudos