MEX file for azure rtos/usbx examples

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

MEX file for azure rtos/usbx examples

481 Views
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 Kudos
Reply
2 Replies

468 Views
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 Kudos
Reply

429 Views
steve5528
Contributor I

Thank you Harry.

0 Kudos
Reply