uc OS + MKE18F512VLH16

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

uc OS + MKE18F512VLH16

557 次查看
shar2021
Contributor I

Hello 

             I am trying to use the uc OS with MKE18F512VLH16. Please guide me how do i start? This is first time i am doing it.

 

Thanks

0 项奖励
1 回复

546 次查看
bobpaddock
Senior Contributor III


We need a lot more information than that to help you, otherwise it looks like we are doing a homework assignment for your class?

Are you using uCOS-II or uCOS-III?

III never really got the exposure that II did, so II is more common.
It is also the one I'm partial to, as if you find a the first edition of the book, my name is in the credits for helping getting it running (compared to uCOS-I).

When Jean Lambros retired Micron/SiLabs open sourced uCOS, so you can find a lot of good info by looking at that documentation and source code. The license was also changed to Apache.


https://www.osrtos.com/rtos/uc-os-ii/


Alternatives to uCOS-II are FreeRTOS which has support in the MCUXpresso IDE tool that is probably the best place to start if you've not used this line of parts before.

 

On NXP's GitHub page they are actually more supportive of Zephyr as an RTOS.


https://www.zephyrproject.orgZephyr


What is your actual intention for using a RTOS and what is the end goal of your project?