STM32F437AIH6 UBGA-169 missing FMC_A13 ,how to add extension SRAM ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2021-05-12 2:46 AM
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
Solved! Go to Solution.
- Labels:
-
DEBUG
-
FMC-FSMC
-
STM32H7 Series
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2021-05-13 1:41 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2021-05-12 5:01 AM
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
Up vote any posts that you find helpful, it shows what's working..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2021-05-12 7:40 PM
Thank you to reply . Do you have any idea about question 1 ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2021-05-13 1:41 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2021-05-14 12:03 AM
thanks .got it.
