Dear Friends,
I am trying to use DM3725 Processor with Sys/Bios6. My question is: Does Sys/Bios6 support drivers for DM3725 peripherals such as uart, USB and others?
If No, How can I work with it?
Regards,
Amin
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Dear Friends,
I am trying to use DM3725 Processor with Sys/Bios6. My question is: Does Sys/Bios6 support drivers for DM3725 peripherals such as uart, USB and others?
If No, How can I work with it?
Regards,
Amin
Amin,
The BIOS drivers included with the PSP package do not support the DM3725, so you won't have any luck there.
I have moved this thread to the DM37x forum in hopes that the experts there can provide you with further guidance.
Dave
The short answer is "of course", since an OS is simply a layer of software services that can otherwise be implemented directly in to your application. Whether you want to actually use an OS (and which one to use) or not depends largely on such factors as the complexity of your application, your real-time requirements, and project constraints such as development time and cost budget.
Dear Dave,
Thanks for your answer.
If I don't use OS, then how can I access to peripherals. I mean, should I design peripheral drivers for DM3725 or they exist somewhere? For instance, how can I write a simple code to send some character to UART Port?
I expected from Sys/Bios to give them(drivers) to user and by your reply my idea has been rejected. Now, what can I do? Should I use another OS like Linux?
Regards,
Amin