Resolved! EEPROM Write Goes to Hard Fault
Hi,I'm trying save some data into EEPROM after successful storage of first byte for second byte it goes to hard fault irq. Can anyone help me out from this issuevoid Save_data(float Data) { char Buff[15];unsigned long Address=0x08080000; sprintf(Bu...