We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hi, I am using STR912FA44 CPU. I am tryring to access an external memory (SRAM) in non-mux mode. Because I am new in ARM, I used examples about EMI(I downloaded from http://www.st.com). While read operation every thing is ok, CS and Read Enable signals are acting correctly, however while write operation there is no change in CS and Write Enable signals. Before read and write operation I configure the external memory interface and I try to read and write. My question is this: Is there any difference in configuration between write and read operation? I am new in embedded system programming and ARM world, so I need your helps.
Thank you.
some options: * do verify your memory access timing if you haven't done that yet. * are you sure your memory is properly connected to your external bus controller? * have you tried a RAM test?