MEX file for azure rtos/usbx examples

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

MEX file for azure rtos/usbx examples

465件の閲覧回数
steve5528
Contributor I

Good Day!

the example "lpcxpresso55s28_usbx_device_hid_mouse" runs fine on LPC55S28-EVK, however there is no included MEX file for this example or other azure_rtos examples.

Was the board setup code for the above project tool generated? If I would like to adapt this example for a custom board, is there a MEX file i could use?

 

Thank you!

0 件の賞賛
返信
2 返答(返信)

452件の閲覧回数
Harry_Zhang
NXP Employee
NXP Employee

Hi @steve5528 

You are right, that's because these examples are typically not configured using the MCUXpresso Config Tools , but instead use manually written SDK-provided functions for the EVK.

The board setup code for lpcxpresso55s28_usbx_device_hid_mouse was not tool-generated using MCUXpresso Config Tools. The board initialization is done using standard SDK calls.

For a custom board, generate your own .mex project with MCUXpresso Config Tools and bring in USBX source files.

BR

Harry

0 件の賞賛
返信

413件の閲覧回数
steve5528
Contributor I

Thank you Harry.

0 件の賞賛
返信