Jump to content
43oh

Adson

Members
  • Content Count

    5
  • Joined

  • Last visited

Everything posted by Adson

  1. I am using chip M430G2553. Also I made some progress going to update the code. Starting to lean away from interrupts if i can. Going to try and put the count into the main function.
  2. Ok, I just updated the code, still isn't working. Does the fact that i'm getting an actual signal and not a digital one mean I need to go about checking the edges differently? also @@energia I tried the code you posted and it didn't make the light blink, When i hit the button nothing happens. Maybe my board is messed up?
  3. Hello there, I am doing a project where I have to read in a square wave and determine the frequency of the wave then output that number. I found out that I am using a 1MHz clock, then I set up an interrupt to count the edges for my square wave input. I don't think my interrupt is working though. I even changed it to a push button and tried to get it to turn on led's it didn't work. ps. I'm using energia btw. pps. I'm using msp430 revision 1.5 Hope someone can help me out Thanks a bunch!! if you don't know what energia is energia.nu is where you can find information
  4. Adson

    Msp430 Clock Speed

    Thank you for the tip I am using a 1MHz clock. The problem now is I don't think my interrupt it working correctly. I am not getting any output to my leds. PS. I also updated the code, it is now current
  5. Hello there, *new* Found out the speed of my clock. The problem now is I don't think my interrupt is working. *new* I am doing a project where I have to read in a square wave and determine the frequency of the wave then output that number. I was wondering if someone could help me out by telling me what the base clock speed is. I am programming through energia, idk if that will effect the speed at all, but just in case I am. Hope someone can help me out Thanks a bunch!! if you don't know what energia is energia.nu is where you can find information My code so far
×
×
  • Create New...