MCF5485 FEC Documentation

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

MCF5485 FEC Documentation

4,195 次查看
kchaloup
Contributor I
I'm trying to port a 5272 network driver to the 5485 and cannot find detailed information about the 5485 FEC other than the reference manual. Is there any detail documentation that describes the 5485 FEC other the the referance manual? I would like more info on the buffer dscriptor flags, etc.
 
标签 (1)
0 项奖励
回复
3 回复数

1,469 次查看
wrostek
Contributor I

The same to me. Can you please update the links for ref and example.

Thanks

Wolfgang R.

0 项奖励
回复

1,469 次查看
mnorman
NXP Employee
NXP Employee
Unlike the 5272 (and 5282, 523x, 5275, etc.), the FEC on the MCF547x/8x devices does not have a dedicated DMA.  Instead, the Multichannel DMA is responsible for servicing the FEC FIFOs along with the FIFOs of the other CommBus peripherals.  The Multichannel DMA API does provide tasks that emulate the buffer descriptor behavior of the FEC with a dedicated DMA. 
 
Please refer to the Multichannel DMA API and the sample software on the web for more details.
 
MCD API:
 
Software example:
0 项奖励
回复

1,469 次查看
JShilinski
Contributor II
Those links are no longer active. Can you direct provide updated ones?