SRAM read
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-05-29 7:30 AM - edited ‎2024-05-29 7:38 AM
Hi, Im referring F429 eval board fmc sram code. For Nucleo f439, I changed to bank 1 and bank addr=0x60000000 with R/W from e.g. and init from MX tool.
The issue I see is on receive, the values are not the same (compared to TX) when buffer size>128
- Labels:
-
STM32F4 Series
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-05-29 10:13 PM - edited ‎2024-05-29 10:14 PM
Can't see FMC_CLK waveforms. Configured PD3. Is is possible to have it?
Please check
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-05-30 7:27 AM
Dont see getting responses.
1 change I see is by changing to "hsram1.Instance = FMC_Bank1E;"
But this fails by having Fill_Buffer(uint16_t *pBuffer, uint32_t uwBufferLenght, uint16_t uwOffset), uwOffset= 0xC20F
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-05-31 2:04 AM
Hope someone replies,
when clearing data with function I see 8000 instead of 0x0000
also when I R/W the values look in reverse byte 3412 instead of 0x1234
can I know whats wrong?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-06-03 1:56 AM
Closing able to get o/p
