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

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

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

跳至解决方案
1,480 次查看
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

标签 (3)
0 项奖励
回复
1 解答
1,326 次查看
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 项奖励
回复
2 回复数
1,327 次查看
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 项奖励
回复
1,326 次查看
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 项奖励
回复