trying to use AN66477 on a CY8CKIT-050 PSoC® 5LP

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

cross mob
Anonymous
Not applicable

I downloaded and unzipped. however the code does not run..

   

 

   

it gets to the for(;;) and nothing after that seems to do anything

   

 

   

what do I need to do to get this working.. I"m a C noob..

0 Likes
5 Replies
Anonymous
Not applicable

okay updated, its something with the therm calcs..

   

 

   

        iRes = Thermistor_1_GetResistance(iVref, iVtherm);  < never gets executed..
      

   

        iTemp = Thermistor_1_GetTemperature(iRes);
 

   

it runs up to the ires line, stops at that line..

0 Likes
Bob_Marlowe
Level 10
Level 10
First like given 50 questions asked 10 questions asked

I downloaded the project an have it run, seemingly no problems. Using Creator 2.2

   

 

   

Bob

0 Likes
Anonymous
Not applicable

well its not running for me.. did you change anything?

 

0 Likes
Bob_Marlowe
Level 10
Level 10
First like given 50 questions asked 10 questions asked

I didn't change the project.

   

A chance could be for you to run the project and then click on the "Halt Execution" button to analyze where your program spends its time.

   

 

   

Bob

0 Likes
Anonymous
Not applicable

it must have been a bad zip download or something, as its working now.. dont know what happened..

0 Likes