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?
I need to use SonarQube software static Code analysis for the firmware in Code Warrior7.2 IDE, how to do it?
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
OK