Topic : interfacing external RAM with STM32F103ZET6

Forum : ARM

Original Post
Post Information Post
July 12, 2010 - 3:32pm
Guest

hi,
i have to interface the external RAM(IS61WV51216BLL) present at STM3210E-EVAL board as a code data memory. i have gone through these examples
C:\Program Files\Raisonance\Ride\lib\ARM\STM32F10x_Lib\examples\FSMC\SRAM and
C:\Program Files\Raisonance\Ride\lib\ARM\STM32F10x_Lib\examples\FSMC\SRAM_DataMemory

template project should be used to make these examples running. template project include
system_stm32f10x.c
core_cm3.c
startup_stm32f10x_hd.s
stm32_eval.c
stm3210e_eval_lcd.c and
stm32f10x_flash_extsram.ld

which makes the project difficult to understand.

i need a simple C file (like main.c) which has all necessary settings (FSMC) to interface the external RAM present at STM3210E-EVAL board. and it should work with a default project.

please guys help me by sending me this code. many of you might have written your own initialization codes. i just need a part of it.

hope to get response soon. Regards

Replies
Post Information Post
+1
0
-1
July 12, 2010 - 4:05pm
Raisonance Support Team

Hi,

We support our development tools, but have limited knowledge about the internals of the devices, and even less about their peripherals.

We suggest that you contact the ST support team for more help on this issue.

Regards,

+1
0
-1
July 13, 2010 - 8:24am
Guest

thanks for your reply Bruno.

ok i understand that. i am going to ask this at ST forum but still if any user in this forum have done this can help me. hope for the positive response.

regards