ADC with UART FSK

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

ADC with UART FSK

671 Views
mehrdadh
Contributor I

Hi,

I'm trying to integrate ADC reading functionality with UART FSK demo. I have setup the ADC Basic example and once I confirmed I copied the code with the same order to my project. The issue is that after ADC read, my code stuck in this line:

while (!(ADC_GetStatusFlags(DEMO_ADC_BASE) & kADC_DataReadyFlag)) {} 

ADC status does not get ready at all. I appreciate if you can advise me here.

Thanks.

Tags (4)
0 Kudos
3 Replies

588 Views
mehrdadh
Contributor I

Hi Mario,

Yes, I'm working with the "wireless_examples/genfsk/connectivity_test/bm" in SDK examples.

Best,

Mehrdad

0 Kudos

588 Views
mario_castaneda
NXP TechSupport
NXP TechSupport

Hi Mehrdad Hessar,

Could you please look at the temperature sensor? The Bluetooth LE example is setting the ADC module and could guide you to how to add to your own application

Regards,

Mario

0 Kudos

588 Views
mario_castaneda
NXP TechSupport
NXP TechSupport

Hi Mehrdad,

Just to confirm, what is the UART FSK demo that you are referring to? Are you working with the GFSK?

Regards,

Mario

0 Kudos