Tool/software: Code Composer Studio
Hi!
I am interfacing a SRAM device (512K X 16 bit) with RM57 micro-controller. The SRAM as you might know is an Asynchronous memory. I have used EMIF module to carry out this functionality. I am using chip select 4 of EMIF as the chip select for SRAM.
Basically, my question is regarding linker file updations, that I'll have to do; to map the CS4 memory of the controller into SRAM memory. I am a beginner when it comes to the concept of linker files and therefore I want to know what necessary changes have to be done (additions or deletions) in the linker file to support the SRAM accessing.
A snippet of code as an example would be really very helpful.
Regards,
Chetan.