2024-05-29 07:30 AM - edited 2024-05-29 07: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
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
2024-05-30 07: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
2024-05-31 02: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?
2024-06-03 01:56 AM
Closing able to get o/p