MQX USB host initialization error

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

MQX USB host initialization error

910 Views
wwj
Contributor I

usb_error = _usb_host_driver_install(USBCFG_DEFAULT_HOST_CONTROLLER);

usb_error = _usb_host_init(USBCFG_DEFAULT_HOST_CONTROLLER, &host_handle);

The OS I am using is MQX3.6, I am getting an error when compiling the above code, I don't know what to ask?  How to modify it?

0 Kudos
3 Replies

788 Views
wwj
Contributor I

I need to use SonarQube software static Code analysis for the firmware in Code Warrior7.2 IDE, how to do it?

0 Kudos

891 Views
danielchen
NXP TechSupport
NXP TechSupport

Hi

 

MQX 3.6 is a very old MQX version, release by Embedded Access.

If you only have a compile issue, I would suggest you check the supported IDE version in the release note.  If you build MQX 3.6 with the latest IDE version, maybe will result in compile errors.

I would suggest you contact Embedded Access through below link

https://embedded-access.com/support-services/

 

Regards

Daniel

789 Views
wwj
Contributor I

OK

0 Kudos