Can someone advice a psram for STM32F479 LQFP100 ?
Dear Community,
can someone advice a min 8Mbit psram for the STM32F479?
I only find some who has address pins up to A20 but the uc has only up to 16 or did I missunterstand something?
best regards
Dear Community,
can someone advice a min 8Mbit psram for the STM32F479?
I only find some who has address pins up to A20 but the uc has only up to 16 or did I missunterstand something?
best regards
Hello @Dany,
I suggest to look at AN4861, Table 20 "Example of graphic implantations with STM32 in different hardware configurations", for 400x600 I think at least you need LQFP144 package and with LQFP100 you should aim for low end display configuration.
For the PSRAM with STM32F479 LQFP100, you need a ADMUX Pseudo SRAM (support a multiplexed address/data bus) for example AS1C4M16PL-70BIN but with the STM32F479 LQFP100 you don't have the upper address signals available (A[21:16]), so you only have 16 address signals to work with.
To calculate the size of the memory knowing number of address lines and data width you have the formula:
Size = (2^(number of address lines)) * data width
For example, the one you attached have 19 address line and 16bit data width so:
(2^19) * 16bit = 512K * 16 = 8Mbit
and in the case of F479 LQFP100 you have:
(2^16) * 16bit = 64K * 16 = 1Mbit
Hope this help.
Regards,
Mahmoud.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.