Where simple DSPbios "Hello world" example can be found?
I need PLL initialization, DDR, and simple peripherial for DSP board (without using Linux or another one OS).
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.
Where simple DSPbios "Hello world" example can be found?
I need PLL initialization, DDR, and simple peripherial for DSP board (without using Linux or another one OS).
Alexander Buraga,
When you create a project with the latest versions of CCSv4 and CCSv5, you will be given a set of project templates from which to choose a starting point for your project. There are a variety of "Hello, world" examples for BIOS or not.
The CCS support files for our EVMs and DSKs include GEL files that run some functions automatically. Some of these will initialize peripherals and clocks. You may want to copy those functions, in your own format or method, to do your own initialization.
We provide driver support for Linux on the ARM side and DSP/BIOS or SYS/BIOS on the DSP side. These support files are delivered as part of the Platform Support Package PSP. If you want to get started easily, we provide these ready for you to use. If you want to customize your system in a different way, you may want to adapt some of our files to your method.
Regards,
RandyP
If you need more help, please reply back. If this answers the question, please click Verify Answer , below.