欢迎来到尧图网

客户服务 关于我们

您的位置:首页 > 科技 > 名人名企 > NXP MPC574x EE模拟-数据结构

NXP MPC574x EE模拟-数据结构

2025/4/24 3:15:25 来源:https://blog.csdn.net/lh__huahuan/article/details/146010242  浏览:    关键词:NXP MPC574x EE模拟-数据结构

Flash模拟EE的格式

/* Define Block Config type */
typedef struct
{
    UINT32  enabledBlock;              /* the block bit map in specific space,The bit map flash block in physical space (block 0 is corresponding to bit 0; block 1 is corresponding to bit 1 and so on) */
    UINT32  blockStartAddr;            /* the block start address */
    UINT32  blockSize;                 /* the block size */
    UINT32  blankSpace;                /* the address pointer to the blank space */
    UINT8   blockSpace;                /* the space (low, middle or high) for the block */
    UINT32  partSelect;                /* Partition number of selected blocks,The bit map of partition information for this block (partition 0 is corresponding to bit 0; partition 1 is corresponding to bit 1 and so on) */
}BLOCK_CONFIG;/* Define Cache Table type */
typedef struct
{UINT32  startAddress;               /* the start address of cache table */UINT32  size;                       /* the size of cache table in byte */
}CACHE_TABLE;/* Define Eepr

版权声明:

本网仅为发布的内容提供存储空间,不对发表、转载的内容提供任何形式的保证。凡本网注明“来源:XXX网络”的作品,均转载自其它媒体,著作权归作者所有,商业转载请联系作者获得授权,非商业转载请注明出处。

我们尊重并感谢每一位作者,均已注明文章来源和作者。如因作品内容、版权或其它问题,请及时与我们联系,联系邮箱:809451989@qq.com,投稿邮箱:809451989@qq.com

热搜词