Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RTOS + USBDevice doesn't work (lpc1786) #470

Closed
alfaleader opened this issue Aug 29, 2014 · 5 comments
Closed

RTOS + USBDevice doesn't work (lpc1786) #470

alfaleader opened this issue Aug 29, 2014 · 5 comments

Comments

@alfaleader
Copy link

When using the RTOS and usbdevice (in my case usbmidi) together the mbed just halts at the place where I initiate the usbmidi object.

Just using the 2 example programs from rtos and usbmidi together.

@ciarmcom
Copy link
Member

ciarmcom commented Aug 1, 2016

ARM Internal Ref: IOTMORF-320

@rtsys2020
Copy link

we have same problem with frdm-kl25z board that usbcdc and rtos not work togather
any one can help me?
if any one know that sequence boot of rtos and pheripheral maybe i wil find the problem.

@mikeredbike
Copy link

I was having the USBMIDI hang problem on my STM32F767 board. Running the debugger showed it was in USBDevice::connect waiting for the connect state. Because I needed the TIM5 timer I had changed the hal_tick.h to use TIM7. USBMIDI and RTOS work with hal_tick timer TIM4 or TIM5 but not with TIM3 or TIM7. The defualt TIM5 works fine.

@ciarmcom
Copy link
Member

ciarmcom commented Jun 1, 2018

ARM Internal Ref: MBOTRIAGE-392

@deepikabhavnani
Copy link

Closing this since it's at least 2 year old and lots of changes in USB were done recently in feature branch. https://github.com/ARMmbed/mbed-os/commits/feature-hal-spec-usb-device

If this is is still an issue, feel free to open a new issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

7 participants