
pillum
Members-
Content Count
37 -
Joined
-
Last visited
About pillum
-
Rank
Advanced Member
-
Thanks, your code did work somehow oPossum.
-
yes the clock source should be fast enough, 16Mhz SMCLK TA1CTL = TASSEL_2 + MC_2; TA1CCTL1 = CM_3 | SCS | CCIS_0 | CAP | CCIE;
-
weird, with your version I get 48 for every pulse of different length. Also I cannot use Timer1_A0 only Timer1_A1. It never gets to the ISR of it.
-
@JWoodrell Is there an advantage of your version to the HW Timer version? @oPossum I get the same value for different frequencies.
-
reading TAIV didnt change anything but rising the value to 64 now
-
This gives me 16 variables with exactly the value 59, is that right? looks weird to me (edit: after a 2nd run its 54) Also how do I handle overflows if i'm not going to reset the register everytime?
-
That would block the cpu for other uses like updating the led driver, wouldn't it?
-
Hello, I want to measure the time between the both edges of clock signal. The Purpose of the project is to build a shift light with the MSP430 and the TLC5940 LED driver. The RPM signal to the tachometer comes in a 12V HIGH/LOW signal and the higher the RPM is the higher the frequency of the signal is. Instead of using a frequency counter I measure the time the signal is on HIGH. Capturing the signal with the Open Logic Sniffer gave me a straight and continuous signal. 2 MSP430s are used. One to generate the signal and the other to measure it. MSP430 #1 P1.0 -> MSP430 #2 P2.1
-
edit: seems like my 1.3 Pin is broken now. simple main.c with only activating it, gives GND on it
-
Is there a reason you are latching in new gs data before you update it in the ISR ? Wouldn't otherwise be more reasonable and faster in terms of latency?
-
Hmmm, can I use GND as Low? VPRG can be either GND or VCC but DCPRG can be either L or H..is there any difference? Because I really dont know whats not working again, all the signals and connections are checked and are all right
-
The first cycle flag. According to the Programing Flowchart you need to pulse SCLK the first time you updated GS data.
-
Cr*p...happens again. This time everythings soldered so no flaky breadboard connection. Do I need to update DC register before updating GS register? Also, do I need the first cycle flag when not updating it? VPRG and DCPRG are grounded and not controlled by MSP this time since I'm using the DC data from EEPROM. Sniffer tells me, that there is a (clocked) current flowing through OUTn (strangely also on TLCs not connected to the MSP). But the LEDs are pretty dark to off using the same old resistor with value of 1.91kOhm
-
How accurate is it at the fastest mode and how fast is the fastest mode of that chip?
-
I would be interested in a version with three TLC5940 for RGB LEDs if there will be one anytime.