Has anyone combined FreeRTOS and USB ROM routines on an LPC11U2xx?

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

Has anyone combined FreeRTOS and USB ROM routines on an LPC11U2xx?

Jump to solution
775 Views
juliodemelo
Contributor II

Hello, everyone!

We are starting the design of a new version of our product's firmware, in which we will combine our current USB ROM-based firmware with FreeRTOS. Our target architecture is the LPC11U2xx Cortex-M0 family, and we base our firmware on LPCOpen libraries.

Has anyone been successful in doing that? If so, could you share the main issues to take into consideration? Has it been easy/hard? Are there any pitfalls to avoid?

We are starting right now, and having some guidance would be greatly appreciated.

Thanks,

Julio

Labels (3)
0 Kudos
1 Solution
621 Views
Hui_Ma
NXP TechSupport
NXP TechSupport

Hi,

I searched below demo for your reference:

GitHub - Protoneer/LPC11U14-FreeRTOS-with-Virtual-USB-Serial-and-LEDBlinky: This is example code of ... 

And there with below discussion before about the similar application:

RTOS breaks USBDevice on LPC11U24 - Question | Mbed 

Wish it helps.


Have a great day,
Mike

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

View solution in original post

0 Kudos
2 Replies
622 Views
Hui_Ma
NXP TechSupport
NXP TechSupport

Hi,

I searched below demo for your reference:

GitHub - Protoneer/LPC11U14-FreeRTOS-with-Virtual-USB-Serial-and-LEDBlinky: This is example code of ... 

And there with below discussion before about the similar application:

RTOS breaks USBDevice on LPC11U24 - Question | Mbed 

Wish it helps.


Have a great day,
Mike

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 Kudos
621 Views
juliodemelo
Contributor II

Hi, Mike,

Thanks for the pointers, we'll take a look at them.

Just for the record, in case anyone browses at our question, we also found a good reference at the FreeRTOS site, in which they describe how to put together a USB interface with FreeRTOS and LPCOpen libraries. By following their advice, we were able to achieve our goals.

Regards,

Julio

0 Kudos