unsigned int NorFlash_GetByteAddress(struct NorFlashInfo *pNorFlashInfo, unsigned int offset) { return (offset * pNorFlashInfo-> deviceChipWidth); }