Migrating from PSoC 5LP to 3 errors

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

cross mob
Anonymous
Not applicable
        I developed a program on the PSoC 5LP dev board that worked without any problems. I then tried to migrate to the PSoC 3 dev board, but the program will no longer function correctly. It will run though one loop of the main (inside the for(;;){}) without any issue, but on the second time through, the EOC interrupt from the ADC never triggers. Also, after I compile for the 3, when i recompile for the 5LP it stops working on that dev board. Was I wrong in assuming I could just switch between the two boards? Are there any app notes on switching between the two platforms?   
0 Likes
2 Replies
ETRO_SSN583
Level 9
Level 9
250 likes received 100 sign-ins 5 likes given

This might help -

   

 

   

http://www.cypress.com/?rID=72847     AN77835

   

 

   

Regards, Dana.

0 Likes
HeLi_263931
Level 8
Level 8
100 solutions authored 50 solutions authored 25 solutions authored
        AFAIR there are some peculiarities with regard to the EOC signals on the DelSig ADC. Do you route the EOC signal to an ISR component?   
Maybe you can upload your project for us to see, this might help.   
0 Likes