Sign in

username:

password:



Not a member?

Search c54x



Search tips

Subscribe to c54x



c54x by Keywords

5409 | 5416 | AD5 | ADC | BIOS | Boot | Booting | Bootloader | C540 | C5402 | C5409 | C5416 | CCS | Codec | DMA | Dmad | DSK | DSKPlus | Dsplib | EVM | FFT | FIR | Flash | GPIO | HPI | Initialization | Interrupt | JTAG | LOG_printf | MCBSP | RFFT | RTDX | Sampling | STLM | UART | VC540

Ads

Discussion Groups

Discussion Groups | TMS320C54x | Interrupt von DMA Channel 0

Technical discussions about the TI C54x DSPs (including the c5401, c5402, c5402a, c5404, c5407, c5409, c5409a, c5410, c5410a, c5416, c5420, c5421, c5441, c549, c5470 and c5471).

  

Post a new Thread

Interrupt von DMA Channel 0 - T.Hupp - Apr 3 11:56:00 2001



Hi there,

I'm just implementing a DMA transfer in ABU Mode from
the McBSP to internal Memory.

Everything works correct, but
- when I use DMA Channel 0 I was never able to get
an IR from the DMA.

I have tried the same (with the same code) for DMA channel 4 & 5
and there IR generation is no problem.

- Anybody made the same experience?
- Any ideas?

Best regards!
Thomas





(You need to be a member of c54x -- send a blank email to c54x-subscribe@yahoogroups.com )

Re: Interrupt von DMA Channel 0 - Peter Nyman - Apr 3 14:07:00 2001


"T.Hupp" wrote:
> Everything works correct, but
> - when I use DMA Channel 0 I was never able to get
> an IR from the DMA.
>
> - Any ideas?

Hi!

Your DMA interrupt might not be enabled.

Due to a limited number of interrupts in the memory map in some of
the circuits, some DMA interrupts are multiplexed with other
peripheral interrupts on the device. The interrupt functions available
are controlled by the INTOSEL bits in the DMPREC register.

See DSP enhanced peripherals ref set vol 5. page 3-9 & 3-10.

Peter
--
-----------------------------------------------------------------------
Peter Nyman, DSP Engineer
Sectra Wireless Technologies AB
/ +46 (0)13-23 52 74
-----------------------------------------------------------------------
Sectra: http://www.sectra.se/
Personal: http://www.geocities.com/SiliconValley/2741/
Liunga Pipare: http://www.geocities.com/Vienna/6474/
-----------------------------------------------------------------------





(You need to be a member of c54x -- send a blank email to c54x-subscribe@yahoogroups.com )

AW: Interrupt von DMA Channel 0 - T.Hupp - Apr 3 14:47:00 2001

Hi Peter,

thank you for your reply.
I think it?s not the INTOSEL setting.
I?m working on a 5402 target and on this
platform only the IRs of the DMA Channels
1, 2 and 3 are multiplexed with other IRs.

Best regards
Thomas -----Ursprungliche Nachricht-----
Von: Peter Nyman [mailto:]
Gesendet: Dienstag, 3. April 2001 16:07
An: ;
Betreff: Re: [c54x] Interrupt von DMA Channel 0
"T.Hupp" wrote:
> Everything works correct, but
> - when I use DMA Channel 0 I was never able to get
> an IR from the DMA.
>
> - Any ideas?

Hi!

Your DMA interrupt might not be enabled.

Due to a limited number of interrupts in the memory map in some of
the circuits, some DMA interrupts are multiplexed with other
peripheral interrupts on the device. The interrupt functions available
are controlled by the INTOSEL bits in the DMPREC register.

See DSP enhanced peripherals ref set vol 5. page 3-9 & 3-10.

Peter
--
-----------------------------------------------------------------------
Peter Nyman, DSP Engineer
Sectra Wireless Technologies AB
/ +46 (0)13-23 52 74
-----------------------------------------------------------------------
Sectra: http://www.sectra.se/
Personal: http://www.geocities.com/SiliconValley/2741/
Liunga Pipare: http://www.geocities.com/Vienna/6474/
-----------------------------------------------------------------------




(You need to be a member of c54x -- send a blank email to c54x-subscribe@yahoogroups.com )

??,?: Interrupt von DMA Channel 0 - ZiP HE - Apr 5 1:54:00 2001

Hi, Hupp,
Are you using CCS1.2? When you open the register window, you shall check the
interrupt mask bit in ST1 , not in ITM which sometimes will tell a wrong status. GoodLuck!

ZiP
-----????-----
???: T.Hupp [mailto:]
????: 2001?4?3? 19:57
???:
??: [c54x] Interrupt von DMA Channel 0 Hi there,

I'm just implementing a DMA transfer in ABU Mode from
the McBSP to internal Memory.

Everything works correct, but
- when I use DMA Channel 0 I was never able to get
an IR from the DMA.

I have tried the same (with the same code) for DMA channel 4 & 5
and there IR generation is no problem.

- Anybody made the same experience?
- Any ideas?

Best regards!
Thomas
_____________________________________




(You need to be a member of c54x -- send a blank email to c54x-subscribe@yahoogroups.com )