Using interrupt with DelSig ADC single sample

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

cross mob
odissey1
Level 9
Level 9
First comment on KBA 1000 replies posted 750 replies posted

Would you please provide good example of how to fire interrupt on the EOC (end of conversion) for DElSig ADC, and to how read sampled value using this interrupt event in PSoC5LP?

   

I looked through forums and knowledge base articles, but only ADC SAR examples with iterrupt could be found. All DelSig ADC example use acyncronous in-body reading, which is not hard timed.

0 Likes
5 Replies
odissey1
Level 9
Level 9
First comment on KBA 1000 replies posted 750 replies posted

I found identical post, discussing why DelSig EOC interrupt doesn't return ADC sampling result:    

   

http://www.cypress.com/?app=forum&id=2233&rID=89014

   

But the issue appears as not being resolved. Can anyone confirm that PSoC5LP's DelSig ADC can't utilize interrupt for reading its sample value?

0 Likes
ETRO_SSN583
Level 9
Level 9
250 likes received 100 sign-ins 5 likes given

The basic principles covered by these -

   

 

   

    

   

         

   

http://www.cypress.com/?rID=38267     AN54460

   

http://codesign.cs.tamu.edu/images/files/psoc/LabManualPdf_PSoC5/ISR_Counter_Analog.pdf

   

 

   

 

   

Regards, Dana.

0 Likes
ETRO_SSN583
Level 9
Level 9
250 likes received 100 sign-ins 5 likes given

Here is a video -

   

 

   

    

   

          http://video.cypress.com/video-library/video/Corporate/PSoC-Creator-TutorialWorking-with-Interrupts/...

   

 

   

Regards, Dana.

0 Likes
ETRO_SSN583
Level 9
Level 9
250 likes received 100 sign-ins 5 likes given

You can post a CASE and ask that question -

   

 

   

    

   

          

   

To create a technical case at Cypress -

   

 

   

www.cypress.com

   

“Support”

   

“Technical Support”

   

“Create a Case”

   

 

   

You have to be registered on Cypress web site first.

   

   

 

   

Regards, Dana.

0 Likes
HeLi_263931
Level 8
Level 8
100 solutions authored 50 solutions authored 25 solutions authored

Read the latest version of the DelSgiADC component data sheet. It has a whole section on the interrupts. In short, there are already ISRs available, and it seems they should be used. They also need to be anabled.

   

OTOH, it shoukld be possible to use the EOC signal - there is no mention of any limitations regarding its use.

0 Likes