Part Number: TMS320C6713B
Hi,
This is my third post for seeking help regarding reading and writing to external sdram interfaced with c6713 processor. As explained here http://www.ti.com/lit/an/spra433e/spra433e.pdf Appendix A/B, i have configured dsp for 16-bit configuration. but still i don't know how to read/write to sdram?? just two rough lines of code i.e. one for reading and one for writing will be highly helpful. I tried the following but didn't worked.
//reading uint16_t data = *(volatile uint16_t)0x12345678; //16-bit interface. //writing *(volatile uint16_t)0x12345678 = data;