The ADC component can not work stand along in PSOC 4700S

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
chwa_1570756
Level 4
Level 4
25 sign-ins 25 replies posted 10 replies posted

Hello,

I work on CY8CKIT-148 and just want to simply use a 10bit ADC component stand along,

but it halts the line while(ADC_IsBusy() != ADC_STATUS_IDLE) within ADC_Start() .

I guess the MagSense function is enabled by default, if so how can I turn it off?

Regards,

Chris

0 Likes
1 Solution
RodolfoGL
Employee
Employee
250 solutions authored 250 sign-ins 5 comments on KBA

It seems you didn't enable the global interrupts.

View solution in original post

0 Likes
1 Reply
RodolfoGL
Employee
Employee
250 solutions authored 250 sign-ins 5 comments on KBA

It seems you didn't enable the global interrupts.

0 Likes