• Using UART to write to SRAM
    Hi All, I am using UART to receive values and then write those values to SRAM. I am using the Texas Instruments Stellaris LM4F120 board. For this purpose, I am using the memcpy() function to write the...
  • SRAM for Cortex M0 -- Does It Need to Support Byte write?
    For the SRAM with Cortex M0, does it need to support byte write? What restrictions do I have with Cortex M0 if the SRAM only support 32-bit write?
  • About two port SRAM compiler in tsmc 0.13um ?
    Hi,     I only found signle and dual-port sram compiler in tsmc 0.13µm process IP Library,.     Doesn't ARM support the two port SRAM compiler for tsmc 0.13µm process?     Thank you
  • RMW operation on SRAM via AXI
    I am implementing Read Modified Write on SRAM through AXI. What is the role of awsize and wstrbe? Say data width is 64 bits, and awsize is set to support 64-bits, but the underlying wstrbe are only...
  • Using sram instead of a flash memory in ASIC implementation
    I am working on a SoC project, and everything seemed fine until I ran into the problem of flash memories, we are using 0.35u process from TSMC, we have the memory compiler and the IO pads, but the memory...