Hi everyone, my name is M.P.Fernandes. I am currently working on a currency validating machine which has following requirements :
1. The input image of currency is scanned by using a CIS(Contact Image Sensor ).
2. This image is to be given to an DSP as input.
3. The code for Image processing is written in Matlab.
4. Depending on the input image a 32 bit size data is to be interface with the ARM processor using serial communication protocol.
My doubts are as follows :
1. What are the necessary parameters for selecting a DSP.
2. Which type of DSP are suitable, single core or multicore.
3. How to program a DSP.
4. Can we program a DSP by using a Matlab software. If possible how ?
5. how serial interface is to be done between a DSP an ARM processor.