Toggling LED with Timer Interrupt

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

cross mob
Anonymous
Not applicable

  Hi all,

   

   I am a beginner with PSoC 1. Having gone through many app note, i tried my first ever project in PSoC. My aim was to toggle an LED every 1s. Maximum possible configuration ( Vc1 divider= 16, vc2 divider= 16, vc3 (sourced by Vc2) =256 and timer period = 256) gave me 0.6 s . Since it is perceptible i continued as such. In my power Psoc  board an LED is connected to P1_5 . I configured those pins (initial value as 1) . when i programmed the Psoc my led kept on glowing(remaining in its inital value assigned)  no toggling. I have checked for declaration of interrupts and all. I couldnt find more mistakes with my knowledge.

   

 

   

I have attached my project.

   

Kindly help

   

Thanks,

   

Sundar 

0 Likes
2 Replies
Anonymous
Not applicable


join the project to your question.

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

To reduce Project size:

   

build -> clean project

   

and then zip (not raw!!) the project folder

   

 

   

Bob

0 Likes