This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

stm32f429 external memory

are there facilities for implementing external memory or do I have to make a function that write row, write colunmn, read/write data?

Parents
  • Within the addressable space of the processor, reads and writes like normal memory

    Configured via FMC or FSMC controller, describing width, banks, rows and columns are required.

    Writing NAND or NOR FLASH would require gyrations per respective part data sheets.

Reply
  • Within the addressable space of the processor, reads and writes like normal memory

    Configured via FMC or FSMC controller, describing width, banks, rows and columns are required.

    Writing NAND or NOR FLASH would require gyrations per respective part data sheets.

Children