2018-03-01 11:13 PM
Now we want to use STM32F407 to control DSP, DSP with 16bit data ports and 5 address, the following is interface for DSP, is it okay or not?
#stm32f4072018-03-01 11:59 PM
Not sure what you mean.
The CMSIS DSP library is a collection of digital signal processing routines, and of course there is one available for the F40x MCUs.
Be aware that DSP algorithms and some DSP instructions do not make a 'real' DSP.
2018-03-02 06:56 PM
Thank you Avatar, our project is STM32F407XX+DSP, will use the controller of
FSMC mode . Is it okay? Thank you very much.
2018-03-03 01:10 AM
FSMC is designed to control external memories. If the DSP chip behaves as an external memory (e.g. it has 16 data bits, several address bits, /RD, /WR and /CS inputs), then it is most probably OK. There still may be details which would prevent this from working, for example some timing constraints, so it's impossible to tell for sure without looking into the datasheet of the DSP chip.
JW
2018-03-03 02:09 AM
You really haven't given enough information about your project for anyone to be able to help much.
Here is the standard approach to interfacing anything to anything else: