Sorry Microbit, I did not get the original posting for this thread :) Just a word of caution about NORDIC! They do have a lot to desire in their documentation ...
30400
Shivraj
shivjhala
Apr 1, 2007 4:16 pm
How do I determine the MSP430-F2013 sampling rate or what is it? I'm reading an analog input and I am not sure what is the sampling rate. I am using 1.1MHz...
30401
Microbit
forum_microbit
Apr 1, 2007 4:35 pm
Hi BB, IIRC we had a general discussion about CC vs. Nordic on the Nordic group some time ago :-) ... That's been my experience too, Nordic seems to be very...
30402
Microbit
forum_microbit
Apr 1, 2007 4:46 pm
Oh, BTW, I should annunciate that my original reply to OP did not favour one specific silicon vendor, I just briefly highlighted the main differences between...
30403
Diego Garcia
ppt_o
Apr 1, 2007 4:51 pm
Does anybody knows how to generate a .ihex file using the IAR. Is the same that intel extended format?? Thanks, Diego ...
30404
Richard Cooke
rmcooke
Apr 1, 2007 7:10 pm
HI Folks, I'm the original poster for this thread and I didn't want to start a long debate over which chip is the "best". On the other hand I am learning a...
30405
Shivraj
shivjhala
Apr 1, 2007 11:48 pm
Using MSP430-F2013 USB version. I'm trying to take the ADC data and put the digital data out on a port with 96000 baud rate, via using serial communication...
30406
hawkran
Apr 2, 2007 1:30 am
I want to interface 2 line LCD operating at 5V with MSP430F169. I am using a voltage translator to convert 3V to 5V using a comparator.The LCD is not...
30407
Microbit
forum_microbit
Apr 2, 2007 1:36 am
LCDs like that generally work with 3V input levels. The only problem is the output from the LCD to check if busy. You can easily use a guaranteed timeout for...
30408
David Collier
dexdynedgc
Apr 2, 2007 8:58 am
OK, I admit it, I should probably never have started this project with an MSP4301611. It seemed such a good idea at the time - adequate processor power, low ...
30409
Jonathan Kirwan
jondkirwan
Apr 2, 2007 10:43 am
... You need to do 256 FFTs per channel per second? Or in other words 2048 FFTs per second? Or are you using 'Hz' in some other way? How many data points?...
30410
Microbit
forum_microbit
Apr 2, 2007 11:55 am
One way or another, it's going to take a lot more than an F1611 to do this. Like OCY suggested a while ago, if you have spare I/O, tying one port to another...
30411
Kipton Moravec
kipton_moravec
Apr 2, 2007 1:53 pm
... The '2013 has a USI which is for SPI or I2C. Not a UART. ... Hyper Terminal does not do 96000 baud. It does do 9600 baud. The interface for a serial port...
30412
Garlick, Colin
colin_garlick
Apr 2, 2007 2:29 pm
Try the attached example, from www.msp430.com SLAC080 "Code Resource", filename:- msp430x20x3_ta_uart2400.c It's half duplex, 2400 baud from a 32KHz crystal...
30413
ibarshai@...
ibarshai
Apr 2, 2007 4:29 pm
Hello, I was trying to load a program onto an Olimex MSP430F2131 JTAG header board via the MSP-FET430UIF Interface. I applied external power to the board...
30414
Diego
diegomongo
Apr 2, 2007 4:30 pm
... I think you might have some overflow issues with this method. ... With this list the compiler knows you're summing many uchars and probably uses a bigger...
30415
Diego
diegomongo
Apr 2, 2007 4:31 pm
... the ... If i'm not mistaken if you use the hardware I2C the answer is neither... it won't matter the direction you set as the hardware driver will set it...
30416
Rick
fun_4_me_now...
Apr 2, 2007 4:32 pm
Hello All. I am working on a design that uses more than one msp430x2xxx. At present, I have 4 jtag ports, but would like to combine them into a single port...
30417
Lee Johnson
lee477777
Apr 2, 2007 4:33 pm
I had two issues that combined to create a similar problem -- 1) needed a 2.2 nf cap from RST to ground and 2) accidentally had a pin misconfigured. Good luck...
30418
ibarshai
Apr 2, 2007 4:35 pm
Hi, I'm just getting started with an MSP430F2131 and I'm having some trouble getting the program onto the actual MCU. Here is what I have right now: TI...
30419
Diego
diegomongo
Apr 2, 2007 4:37 pm
... ?!!?? ... write bug ... free! ... of the ... Hill-International/dp/0077076400 ... from the ... There are now Windows Versions (just gui, as they use the...
30420
Muhammad Ikram
ikramashraf@...
Apr 2, 2007 4:37 pm
I am facing a problem.es I have two msp430F1611 chips intergrated with radio module of zigbee. (CC2420)...(one device sending pkt at 200 hz and other at 50 hz)...
30421
vidnutter
Apr 2, 2007 4:40 pm
Hi, This is my first post to this forum after receiving the ez430 a couple of days ago. I'm no pro and it's been a long time since I messed with machine...
30422
Richard (UK).
augmentics
Apr 2, 2007 4:50 pm
... That was in around 1977 ... 30 years ago ... sheesh .... and most code written for microprocessors is STILL crap. [Non-text portions of this message have...
30423
Paul Curtis
paul_l_curtis
Apr 2, 2007 4:51 pm
AFAIK there is no possibility to chain the MSP430 JTAG at all. For instance, the TI MSP430 Experimenter board with both a 4600 and 2000 series device has...
30424
Grant Edwards
granedw
Apr 2, 2007 5:00 pm
... Still, you should be able to get by with a single JTAG header and a jumper or some programmable logic that "multiplexes" the TDI or CLK signal. Not as...
30425
fchambers01
Apr 2, 2007 5:04 pm
Rick, There is no way to do it using the standard FET module. It is designed to program one processor. There are, however, gang programmers that can do...
30426
Grant Edwards
granedw
Apr 2, 2007 5:07 pm
... It should work. Why do you say it doesn't? ... I don't see how. ... No, it doesn't. The two are exactly the same as far as the compiler is concerned....
30427
Richard (UK).
augmentics
Apr 2, 2007 5:20 pm
Hey, I've got some CPU cycles to burn. A strcpy (probably into ROM) and a strlen and then a C code checksum implementation should do just fine. ... From: Grant...
30428
Richard (UK).
augmentics
Apr 2, 2007 5:22 pm
Many thanks Diego! ... http://ourworld.compuserve.com/homepages/jmsxt/sxt2_.htm ... from the > DOS era?...