IMXRT1064 SD Peripheral with RAM

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

IMXRT1064 SD Peripheral with RAM

347 Views
Lukas_Frank
Senior Contributor I

Hi Dear Authorized,

I am trying to use SDHC Driver with a Hyperbus RAM. I connectted required pins of my RAM to the USDHC2 Ports below:

Lukas_Frank_2-1698913783557.png

 

I am curious about how it is possible to use it via SDK. When I look into default SDK example it is designed like we use sd-card. The flow is like below shortly:

  1. Config SD Pins
  2. Wait for Insert to SD Card to the target port on board.
  3. Power Up the Card
  4. Init Card
  5. Print Card Informations as Log
  6. Check Read Only Status
  7. SD_WriteBlocks and SD_ReadBlocks functions runs

I want to know whether writing specific address of RAM it is possible or not.

 

Could you please help me about this topic?

 

Thanks and Regards.

 

 

 

0 Kudos
Reply
1 Reply

320 Views
Omar_Anguiano
NXP TechSupport
NXP TechSupport

I don’t think it is possible to interface a serial HyperRAM through uSDHC module. You need to use FlexSPI for this as that module supports hyperbus devices.

 

Best regards,
Omar

0 Kudos
Reply