使用 NvBlockSwComponentType 进行 Application SW-C 与 NVRAM block 的数据交互。
Mapping between NVRAM BlockId of NvM and NvBlockDescriptor is done using configuration parameters RteNvmBlockRef and RteSwNvBlockDescriptorRef of RteNvRamAllocation container in RTE.
这句话中的mapping是在哪个componentinstance下进行的呢?是在nvdatacomponent下面吗?
"Mapping between NVRAM BlockId of NvM and NvBlockDescriptor is done using configuration parameters RteNvmBlockRef and RteSwNvBlockDescriptorRef of RteNvRamAllocation container in RTE" 这句话中的mapping是在RTE(运行时环境)中进行的,而不是在nvdatacomponent下进行的。
在这个上下文中,NvDataComponent似乎是一种可能存在的组件类型,用于处理与NVRAM数据交互的逻辑。而实际的mapping工作通常是在RTE中进行的,通过配置参数RteNvmBlockRef和RteSwNvBlockDescriptorRef来建立NvM的NVRAM BlockId与NvBlockDescriptor之间的映射关系。
因此,在该句中所提到的mapping操作应该是在RTE中完成的,而不是在nvdatacomponent下进行的。