cancel
Showing results for 
Search instead for 
Did you mean: 

STM32F437AIH6 UBGA-169 missing FMC_A13 ,how to add extension SRAM ?

kyrin
Associate II

1�?I have choose STM32F437AIH6 , and want to add an extension SRAM , but MCU missing PIN FMC_A13,In this condition , is it feasible to use SRAM?

2�?Use Trace Macrocell function,but FMC_A19 and TRACE0 are the same pin . is it affect to code coverage test (Trace Macrocell) if i want use FMC_A19 to acess extersion SRAM?

thanks

kyrin

1 ACCEPTED SOLUTION

Accepted Solutions
PMath.4
Senior III

If you must use SRAM rather than SDRAM then connect A13 of the RAM either high or low. You will use half the available memory but the remaining half should work

View solution in original post

4 REPLIES 4

Right, you're likely going to have to make a choice between full bus external memory and trace capability. You should be able to use a subset of the memory.

Most have migrated to SDRAM due to costs

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..

Thank you to reply . Do you have any idea about question 1 ?

PMath.4
Senior III

If you must use SRAM rather than SDRAM then connect A13 of the RAM either high or low. You will use half the available memory but the remaining half should work

kyrin
Associate II

thanks .got it.