Thursday, December 1, 2011
DM6467 ARM EDMA Configuration
It is feasible to use simple DM6467 EDMA Programming on the ARM side, but EDMA channels, ownPaRAMSets, and Tccs on ARM (Region 0) should not conflict with the ones on DSP side (Region 1). A good detail info can be seen in "Reconfiguring EDMA channel allocation on ARM" for DM646x.
Subscribe to:
Post Comments (Atom)
Followers
Blog Archive
-
▼
2011
(186)
-
▼
December
(13)
- TI Davinci Audio Source Codes
- x265 Development - An Open Source HEVC / H.265
- DM6467 PCI Interrupt Handling
- DM6467T ARM/DSP EDMA Channel Synchronization Events
- DMA channels used by DM6467 ARM and DSP
- HEVC / H.265 Specification Working Draft 5 (WD5) a...
- Java Exception in thread "main" java.lang.NoClassD...
- DM6467 PCI Source Codes
- Analysis of Coding Tools in HEVC Test Model (HM 1....
- H.265 Development - thevc Tiny HEVC Baseline codec
- Installing and Configuring SVNServe and TortoiseSV...
- DM6467 ARM EDMA Configuration
- Multi-core System Programming and Cache Management
-
▼
December
(13)
1 comment:
On the ARM side, do you write directly to those memory addresses (like QUEPRI=0x10; ) ?
I am using mmap to remap those addresses to userspace accessible addresses and then write.
Is this mmap really necessary or is there any other method that I am missing ?
Post a Comment