I have BSP runs well in TWRK60, but when I move to my board which is a 100pin K60, the MQX get into low power mode while it is doing init. The only difference is in TWRK60 I use ttyd,and I use ttye in my board. What will be the cause? please give me some idea.
Hello,
did you make your own BSP? In provided BSPs there's no switch of operation mode during MQX init. The MQX assumes that it is currently in RUN mode. The application is supposed to switch the mode.
I'm guessing that your system crashes, because it has disabled ttye serial channel in init_sci.c for RUN mode and it tries to use it. Only (i)ttyd and (i)ttyf serial channels are enabled by default on twrk60.
Regards,
PetrM