2017-07-11 01:11 AM
Hi, i'm chul.
i wonder about is below.
how to store graphic primitives(image datas) to external NOR flash memory(M29W128GH70N6F) on stm32f429.
2017-07-11 05:09 AM
Create a simple file system, or resource list/table, have a tool that packages/processes multiple files or directories into the structure(s) you have designed.
See FSDATA type implementations used by LwIP, etc.