how to use STM32F407 controll DSP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎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?
#stm32f407- Labels:
-
STM32F4 Series
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2018-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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2018-03-02 6:56 PM
Thank you Avatar, our project is STM32F407XX+DSP, will use the controller of
FSMC mode . Is it okay? Thank you very much.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2018-03-03 1: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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2018-03-03 2: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:
http://www.8052.com/forum/read/160143
A complex system designed from scratch never works and cannot be patched up to make it work.
