2018-02-08 12:27 AM
im running emwin demo on stm32f429ig, but when gui config address start from sdram address hardfault happen.
i can read and write on sdram separately. the board designed by myself.please help me what should i do?
#stm32-f4 #stm32f4-ltdc #sdram #emwin2018-02-08 02:33 AM
Assume we're not familiar with your custom design.
If you instrument the Hard Fault Handler, what do you observe about the instructions faulting and resisters/addresses involved?
2018-02-08 12:37 PM
indeed i copied the sdram circuit from a ready schematic.the sdram is MT48LC16M16A2P-75.the fault was detected is busfault in different registers. it means any time it stops not in previous section.
when the frame buffer is on Sdram but the GUI is on internal ram it works without any error.but when both run from sdram hard fault appear.