KSDK NIO IO Subsystem documentation

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

KSDK NIO IO Subsystem documentation

1,448件の閲覧回数
kalden_srcinc
Contributor IV

I see that something called NIO is used to hook a UART up to stdin/stdout in the SDK.  I would like to do something similar for other UARTs on my system so I can use standard read/write calls with them.  I can't seem to find any information on NIO though.  Is what I want to do feasible and if so, is there any documentation about NIO?

 

Thanks

ラベル(1)
0 件の賞賛
返信
3 返答(返信)

1,278件の閲覧回数
ivadorazinova
NXP Employee
NXP Employee

Hi Kevin,

unfortunately not. We don´t have such documentation.

In case of any change, I will keep you informed.

Have a nice day!

Iva

0 件の賞賛
返信

1,278件の閲覧回数
kalden_srcinc
Contributor IV

anyone?

0 件の賞賛
返信

1,278件の閲覧回数
F50SC
Contributor III

Hi Kevin

Same here, was looking into NIO recently to figure out how it works......unfortunately again there seems to be a lack of documentation for MQX.

Some info I can share with you....

If your using MQX Lite in a KSDK+ PE project you can use the debug console to component to setup a UART for stdout.

In which case, the MQX NIO sub system drivers are not used and the KSDK / PE drivers are used instead.

If your using MQX Standard in a KSDK + PE project the NIO drivers are used for stdout.

MQX Standard + MQX Lite are selected using the osa_abstraction layer component in PE. Also debug console can no longer be used to setup your com port

rather the osa component will configure the uart explicitly.

Regards

Jerome

0 件の賞賛
返信