I am new to freescale and am trying to initialize GPIO pins . Has any one tried or have documents on how to READ and WRITE on to an EEPROM by bit banging method ?
using KL05, atmel's 512kb EEPROM ,writing a C program to read and write data using bit banging( not via I2c module)
i need info on how to configure GPIO or FGPIO pins to do this.
Acknowledge polling is the major concerns ... how do i do it?