I am currently attempting to interface with your MX68GL1G0F external flash device using a TI TM4C129XNCZAD microcontroller in dual select mode with address latching. I can confirm through test points that I am sending the appropriate signals for reading and writing operations to flash (CE# to low, RESET# to high, WE# or OE# to low depending on reading or writing and WP# to high). Despite this, when viewing the memory in a debugger or attempting to read from the memory all that I can see are 0xFF values for each byte, which should mean that we are in high impedance mode still for the flash chip. I have initialized the flash controller and set it's memory location in the TI microcontroller using TivaWare's peripheral library (specifically the External Peripheral Interface library). I can read and write to the other external peripheral being used in this setup using address latching. Does anyone know if there are additional steps that I need to do for accessing flash memory on microcontroller?