Other Parts Discussed in Thread: OMAP-L138, OMAP-L137
Hi all,
We have chosen omap L138 processor for our application which is a hand held data acquisition system. The choice of selection is because it is low power and we are supposed to have lot of peripherals which are there in built in OMAP along with the dsp processor to do some basic signal processing activity.
Our idea was in future there is chance that DSP algorithm gets more complex so we thought we will isolate signal processing and peripheral handling separate which will be done in ARM.
As I understand it has two cores ARM and DSP. ARM is a master and C6748 is the slave.
My basic doubts are
1. Is it possible to boot DSP without using ARM ?
2. If no Is it possible to boot DSP manually from ARM without any OS running in it? (Without linux and DSP/BIOS link)
3. When should one really chose omap l138 over C6748. Does it reduce the time for development or it gets more complex? Since I understand DSP BIOS has drivers and CSL to configure peripherals am I wrong with the selection?