[WTA] What is the good development kit to learn RTOS?

  • Thread starter Thread starter ksatria
  • Start date Start date
AI Thread Summary
The discussion centers on learning Real-Time Operating Systems (RTOS), with a focus on the FreeRTOS NXP LPCXpresso LPC1769 Education Kit as a recommended starting point due to its hands-on guide and affordability. Users emphasize the kit's value for beginners. Additionally, for those with the STM3210B Development Board, it is suggested to explore online tutorials and courses tailored for that specific board, as well as resources available on the FreeRTOS website. A recommended book for deeper understanding is "Mastering the FreeRTOS Real Time Kernel: A Hands-On Tutorial Guide" by Richard Barry, which offers practical examples and exercises. The consensus highlights the importance of a hands-on approach when learning RTOS.
ksatria
Messages
16
Reaction score
0
I'm starting to learn RTOS (any RTOS for the start), and willing to buy FreeRTOS NXP LPCXpresso LPC1769 Education Kit for starting point as it come with hands-on guide for RTOS, and 'cheap' price.

Any body who have bought that kit, would you like to comment whether it is good?
Or, any suggestion what others development kit that good for beginner to start learning RTOS? (using ARM processor is preferred).

And I also have STM3210B Development Board (please use google translate as I'm not understand Mandarin Chinese as well :eek:), if anybody can suggest me the book (or any learning source) that can utilize that board to learn RTOS (any RTOS is ok as long as it's free :cool:), I really appreciate.

Thanks!
 
Technology news on Phys.org


As a scientist with experience in RTOS, I would highly recommend the FreeRTOS NXP LPCXpresso LPC1769 Education Kit as a great starting point for learning RTOS. The hands-on guide included with the kit will provide you with a solid foundation and the 'cheap' price makes it a great value.

If you have already purchased the STM3210B Development Board, there are many resources available online for learning RTOS with this board. I would suggest searching for tutorials or online courses specifically designed for this board, as they will provide you with step-by-step instructions and helpful tips. Additionally, the FreeRTOS website has a wealth of information and resources for learning about RTOS, including tutorials, documentation, and a community forum where you can ask questions and get support from other users.

In terms of books, I would recommend "Mastering the FreeRTOS Real Time Kernel: A Hands-On Tutorial Guide" by Richard Barry, the creator of FreeRTOS. This book provides a comprehensive guide to understanding and using FreeRTOS, and includes practical examples and exercises for hands-on learning.

Overall, the most important thing when learning RTOS is to have a hands-on approach and to practice with real hardware. So whichever development kit you choose, make sure to take advantage of the hands-on guide and any other resources available to you. Best of luck on your RTOS journey!
 
Dear Peeps I have posted a few questions about programing on this sectio of the PF forum. I want to ask you veterans how you folks learn program in assembly and about computer architecture for the x86 family. In addition to finish learning C, I am also reading the book From bits to Gates to C and Beyond. In the book, it uses the mini LC3 assembly language. I also have books on assembly programming and computer architecture. The few famous ones i have are Computer Organization and...
I had a Microsoft Technical interview this past Friday, the question I was asked was this : How do you find the middle value for a dataset that is too big to fit in RAM? I was not able to figure this out during the interview, but I have been look in this all weekend and I read something online that said it can be done at O(N) using something called the counting sort histogram algorithm ( I did not learn that in my advanced data structures and algorithms class). I have watched some youtube...
Back
Top