I have a Tiva C series TM4C123GH6PGE uC, where i have interfaced 4Mb external flash memory to the uC. I'm trying to write the data onto the flash memory as mentioned in its datasheet as pulling the chip and write enable low and making output enable as high.I have attached the flash datasheet here. I'm not considering the timing delay given in the timing diagram. I looked onto a tutorial from TI community where TMS320C6000 is interfaced to flash via EMIF, bu Tiva C Series doesnt have EMIF, how to interface and carry out read and write operation, are there any tutorials? and one final doubt is that , is it necessary to pull up the Chip Enable line of flash? Please help me out.