Skip to main content
Graduate
April 16, 2024
Question

Memory mapped mode write sizes for PSRAM APS6408L on B-U858I-IOT02A Discovery Kit

  • April 16, 2024
  • 12 replies
  • 6022 views

@Alex - APMemory I am trying interface APS6408L on the B-U858I-IOT02A Discovery Kit in OSPI DTR memory mapped mode for both read and writes. The datasheet for APS6408L mentions that the page size for it is 1Kb. 

 

In the memory mapped mode, is it possible to write in a chunk greater than 1Kb for the RAM? I am read this for the memory in the datasheet, 

"Burst Type & Length
Read and write operations are default Hybrid Wrap 32 mode. Other burst lengths of 16, 32, 64 or 1K bytes in
standard or Hybrid wrap modes are register configurable(see Table 20). The device also includes command for
Linear Bursting. Bursts can start on any even address. Write burst length has a minimum of 2 bytes. Read has no
minimum length. Both write and read have no restriction on maximum burst length as long as tCEM is met."

 

I am using memcpy for writing the data in the memory mapped mode. My question is, is it possible to write in blocks greater than 1Kb for this memory?

 

-Rikesh

 

 

 

    This topic has been closed for replies.

    12 replies

    Graduate
    April 18, 2024

    @alister , When you say access size of bus, do you mean 4 bytes?

    Explorer
    April 18, 2024

    I mean the access size of the CPU's load/store instruction, e.g. 1, 2, or 4 bytes.