Forum Discussion
Altera_Forum
Honored Contributor
11 years agoChoosing an RTOS for the Cyclone V ARM Processor
HI, I'm looking for an RTOS for my Cyclone V with the ARM core. I have been evaluating one RTOS but there are lots out there so I thought I'd ask for help. If anyone can help suggest some good vendor...
Altera_Forum
Honored Contributor
11 years ago"The best" is pretty subjective.
If your objective is to get some work done, as soon as possible, then I would argue that "the best" is the one with all the drivers you need already written and tested. With no more research than a Google search I see VxWorks has been used ... https://www.altera.com/support/support-resources/download/rtos_tools.html And since that is an Intel company ... and so is Altera ... I'd say that VxWorks would be your best option if you want to use an RTOS. The real question is why use an RTOS? You have an FPGA - ask yourself "Could all real-time tasks could be implemented in HDL, with a non-real-time-OS operating in a support capacity?". The answer I typically find is "Yes, I can just use the FPGA". Of course this is system dependent ... but you should at least consider it .... Cheers, Dave