Skip to main content
Associate
June 26, 2025
Solved

STM32 with Extended Synchronous SRAM CY7C1441KV33 ?

  • June 26, 2025
  • 1 reply
  • 629 views

Use CY7C1441KV33 to expand memory space on STM32H7A3, with the following connections::

AAA2_0-1750927178436.png

The timing requirements for burst read and write of CY7C1441KV33 are as follows:  

(1)Read timing: First read the data of CY7C1441KV33, and then add 1 to the internal address of CY7C1441KV33.

(2)Write timing: First, add 1 to the internal address of CY7C1441KV33, and then write data to CY7C1441KV33.

 

STM32H7A3 can meet the read timing requirements of CY7C1441KV33. But STM32H7A3 does not meet the writing timing requirements of CY7C1441KV33. May I ask if STM32H7A3 can use CY7C1441KV33?

 

NOTE:

The burst read timing diagram of STM32H7A3 and CY7C1441KV33 is shown below

AAA2_1-1750927249897.png

STM32H7A3 read timing

AAA2_2-1750927275366.png

CY7C1441KV33 read timing

 

The burst write timing diagram of STM32H7A3 and CY7C1441KV33 is shown below:

AAA2_4-1750927356031.png

STM32H7A3 write timing

AAA2_5-1750927367261.png

CY7C1441KV33 write timing

 

Best answer by mƎALLEm

Hello,

According to the SRAM datasheet it seems it's not regular parallel memory that could be managed by FSMC or FMC with STM32.

The SRAM signals don't seem to be compatible with STM32, especially the address management:

mALLEm_1-1751447663048.png

mALLEm_2-1751447696438.png

Better to inspire from one of the ST Eval boards for external SRAM connections over FMC/FSMC.

 

 

1 reply

AAA2Author
Associate
July 2, 2025

Merged - this is the same question


Is there an STM32 that can be connected to Synchronous SRAM CY7C1441KV33 ?

mƎALLEm
mƎALLEmBest answer
Technical Moderator
July 2, 2025

Hello,

According to the SRAM datasheet it seems it's not regular parallel memory that could be managed by FSMC or FMC with STM32.

The SRAM signals don't seem to be compatible with STM32, especially the address management:

mALLEm_1-1751447663048.png

mALLEm_2-1751447696438.png

Better to inspire from one of the ST Eval boards for external SRAM connections over FMC/FSMC.

 

 

"To give better visibility on the answered topics, please click on ""Accept as Solution"" on the reply which solved your issue or answered your question."
AAA2Author
Associate
July 3, 2025

Thank you, I also feel that STM32 cannot use Synchronous SRAM CY7C1441KV33.