What's Remap ePWMs for DMA access (Requires silicon revision A and above) means?
1 次查看(过去 30 天)
显示 更早的评论
hello everyone,im doing code generation with c2000 devices,
when I make the model of 28377d to relocated 28335,im facing this choise :Remap ePWMs for DMA access (Requires silicon revision A and above)
whether i need to choise it? does there anyone have the same doubt?
0 个评论
采纳的回答
更多回答(1 个)
Venkatesh Chilapur
2019-7-4
Hi Xu,
From device data sheet if the silicon version is >='A' then we have the following details.
"By default, ePWM and HRPWM registers are mapped to Peripheral Frame 1 (PF1). Table 6-4 shows this
configuration. To re-map the registers to Peripheral Frame 3 (PF3) to enable DMA access, bit 0 (MAPEPWM) of
MAPCNF register (address 0x702E) must be set to 1. Table 6-5 shows the remapped configuration" of section 6.2.3.
So to use DMA with ePWM module we need to enable the re-map.
HTH,
Regards,
Venkatesh C
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!