文章目录
- 1 MAC地址保存到非易失性存储器中
传送门 ==>> AutoSAR入门和实战系列总目录
1 MAC地址保存到非易失性存储器中
如果想把MAC地址保存到非易失性存储器中,防止掉电之后MAC地址不存在了,可以通过以下的配置参数,实现实时保存MAC地址到NVM中
- EthCtrlConfig/EthCtrlEnableMacWriteAccess:This parameter defines if access to an NvM block containing the MAC address and the corresponding API is enabled.这个参数使能NVM保存MAC地址的写API函数。注意使能这个参数的时候必须要配置对应的NVM block和MAC的ROM值。即下面这两个参数:
- EthCtrlConfig/EthCtrlNvmBlockDescriptor:Reference to an NvM block descriptor which is used to store the M