2016-10-17 06:46 PM
We are using the following micro controller from ST Micro.
MCU Series STM32F4
MCU Line STM32F407/417
MCU name STM32F407ZETx
MCU Package LQFP144
MCU Pin number 144
We are using FSMC interface to access a communication ASIC whichrequires synchronous bus.
We are using the following configuration:
NOR Flash/PSRAM/SRAM/ROM 1
Chip select: NE4
Memory type: PSRAM
Address: 16 bits
Data: 16 bits
Clock: Burst Read Write
Wait: Synchronous
NOR/PSRAM control:
Memory type PSRAM
Bank Bank 1 NOR/PSRAM 4
Write operation Enabled *
Wait signal polarity Low polarity
NOR/PSRAM timing:
Bus turn around time in HCLK clock cycles 15
CLK clock divide ratio 16
Data latency in CLK clock cycles 2
Kindly let us know how do we get started with the reading and writing of the device.2016-10-31 08:09 AM
Hello,
You can start with working FSMC example in , at this path:STM32Cube_FW_F4_V1.13.0\Projects\STM324xG_EVAL\Examples\FSMCThe example can help you on your application as describes how to configure the FSMC controller to access the SRAM memory.
The reference manual (section: Flexible static memory controller (FSMC)) and the datasheet related to your device will be your support for more details.Regards