Question
How to interface 1Gbit Parallel NOR Flash with STM32F437?
Posted on November 14, 2017 at 10:15
- Hi, I have a S29GL01GS 1Gbit parallel NOR flash (26 address lines [A0-A25] & 16 data lines),if i configure the chip select to be used in Bank1 (NE1) ,it has an address range of 0x60000000 to 0x63FFFFFF,which is of 64MByte. But 1Gbit=128Mbyte so i'm able to write only half of the total memory space.I believe i'm not using the complete memory.
- The addressing in STM32F4 is for a byte, is there a way to configure the addressing for a word(16bit).