User Activity

When I malloc the fontdata[2048] in internal RAM, it work well. But when I malloc fontdata[2048] in external RAM, it go into HardFault. The external RAM is SDRAM ( W9825G6KH 32MB ). This is the code:#include <gui/common/FrontendApplication.hpp>#inclu...