DMA configuration

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

DMA configuration

Jump to solution
263 Views
Omkar9903
Contributor I

Hi,

I am using s32k96 UC & configured of dmaLogicChannel_Type_0 with CH16 using DMA_IP_HW_INST_1 interrupt.

I have attached the one image I want to change the ISR time but not getting which parameter is configure for ISR time.

BR Omkar.

0 Kudos
Reply
1 Solution
202 Views
VaneB
NXP TechSupport
NXP TechSupport

Hi @Omkar9903 

It is not possible to control the timing of the DMA ISR by simply setting a parameter. However, you can generate a periodic DMA trigger event using the PIT or when a transmit buffer becomes empty or a receive buffer becomes full, periodically. Refer to section 13.4.2.1 (Enable a source with periodic triggering) of the S32K39 and S32K37 Reference Manual, Rev. 3.

Could you provide more details on the implementation you are looking for?

 

BR, VaneB

View solution in original post

0 Kudos
Reply
1 Reply
203 Views
VaneB
NXP TechSupport
NXP TechSupport

Hi @Omkar9903 

It is not possible to control the timing of the DMA ISR by simply setting a parameter. However, you can generate a periodic DMA trigger event using the PIT or when a transmit buffer becomes empty or a receive buffer becomes full, periodically. Refer to section 13.4.2.1 (Enable a source with periodic triggering) of the S32K39 and S32K37 Reference Manual, Rev. 3.

Could you provide more details on the implementation you are looking for?

 

BR, VaneB

0 Kudos
Reply