2018-09-12 09:28 PM
aTxBuffer[0]=0x11;
HAL_SRAM_Write_32b(&hsram1, (uint32_t *)ADDR_MNM1221+0x0, (uint32_t *)aTxBuffer,1);
It is a write code to SRAM but fail. The Panasonic IC MNM1221. The attachment is the datasheet.
This reading code is successful.
HAL_SRAM_Read_32b(&hsram1, (uint32_t *)ADDR_MNM1221+0x0, (uint32_t *)aRxBuffer,1);
Pls give me some adivisies. Thank you.
My mail box is : cai_iven@163.com
2018-09-12 09:37 PM
It's wired up how?
It's configured how?
2018-09-13 04:54 AM
Write fails how?
FMC_BCRx.WREN is set?
JW