S32K analog capability

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

S32K analog capability

541 Views
paul_miller
Contributor I

I'm trying to figure out if the S32K series has an option with the analog capability to decode the following phase reversal keyed message:

paul_miller_0-1612283736078.png

The message sweeps from 203kHz to 400kHz to 100kHz and back to 203kHz over 100us.  The difference between '1' and '0' states is 180deg.  If I double the highest frequency, I think this means that the ADC would need to sample at least once every 1.25us.

I need to not load down the processor with this operation.  I'll have some other analog sensing operations and a couple of digital communications buses.  Will the S32K family support this?

Tags (1)
0 Kudos
1 Reply

530 Views
danielmartynek
NXP TechSupport
NXP TechSupport

Hello Paul,

The ADC conversion time can be calculated using the equation in the RM rev12.1, Section 44.5.4.5.

danielmartynek_0-1612432808462.png

At the max. fADC = 50MHz, with sample time of just 2 ADC clock cycles in the 8-bit mode, one ADC conversion takes 0.66us.

But the sample time would be very short - this would required a very low source resistance so that the internal sample-and-hold capacitor could be charged to the input voltage.

 

RM rev12.1, Table 27-8. Peripheral clock summary

danielmartynek_1-1612433829186.png

danielmartynek_2-1612433889967.png

DS rev13, Table 40. 12-bit ADC operating conditions

danielmartynek_4-1612434419167.png

 

 

 

0 Kudos