Trigger sources for ADC

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

Trigger sources for ADC

Jump to solution
425 Views
enthuCutlet
Contributor II

I want to generate ADC drivers for S32K344 using S32DS IDE for non-autosar. After going through the RM I have understood that there is a hardware trigger for conversion using the TRGMUX. Instead, for normal conversion mode, is there a way to trigger the ADC conversion periodically (with a timer). Is there any configuration to do this inside the ADC configurations in the code generator itself.

Tags (1)
0 Kudos
1 Solution
410 Views
Robin_Shen
NXP TechSupport
NXP TechSupport

Hi 

Please refer to: 
Example S32K344 PIT BTCU parallel ADC FIFO DMA DS3.5 RTD300 
Example S32K344 PIT BTCU ADC DMA DS3.4 RTD100


Best Regards,
Robin
-------------------------------------------------------------------------------
Note:
- If this post answers your question, please click the "Mark Correct" button. Thank you!

- We are following threads for 7 weeks after the last post, later replies are ignored
Please open a new thread and refer to the closed one, if you have a related question at a later point in time.
-------------------------------------------------------------------------------

View solution in original post

0 Kudos
3 Replies
401 Views
enthuCutlet
Contributor II

Is there an example without using BCTU. Instead using a periodic interrupt for Normal conversion mode

0 Kudos
411 Views
Robin_Shen
NXP TechSupport
NXP TechSupport

Hi 

Please refer to: 
Example S32K344 PIT BTCU parallel ADC FIFO DMA DS3.5 RTD300 
Example S32K344 PIT BTCU ADC DMA DS3.4 RTD100


Best Regards,
Robin
-------------------------------------------------------------------------------
Note:
- If this post answers your question, please click the "Mark Correct" button. Thank you!

- We are following threads for 7 weeks after the last post, later replies are ignored
Please open a new thread and refer to the closed one, if you have a related question at a later point in time.
-------------------------------------------------------------------------------

0 Kudos
401 Views
enthuCutlet
Contributor II
Is there an example without using BCTU. Instead using a periodic interrupt for Normal conversion mode