I have a TI MSP-TS430DGG48D kit and an Olimex EasyWeb 3. Both are new and they can be yours for the price of postage ($7) If interested, send me an email. -- ...
51223
Matthias Weingart
gmane@...
Nov 1, 2012 9:23 am
... Afaik there is no instruction pipeline in the MSP430F parts. They use a 32bit FLASH data bus to achieve the speed in the 16 bit controllers (read 2 words ...
51224
Hardy Griech
ntbox@...
Nov 1, 2012 9:45 am
... I guess there is one: http://lmgtfy.com/?q=msp430+pipeline (although this is not a proof...). If one checks the errata documents, some of the CPUx errata...
I have a USB to RS232 to program the MSP430F4783 via BSL, and also communications on Port4(0:1). Is it okay to tie the UART P4 pins to BSL P1 pins? Is there...
Yes, it is very handy to use the host comm port for BSL, especially if you burn jtag fuses. You need host control over two more lines, Reset and (i don't...
... Yes. The BSL code sets only its P1 BSL TX pin as output. All other I/O pins, including P4, are in input mode. Thus there is no contention. Likewise, in...
51229
Richard Man
richard.lists@...
Nov 1, 2012 7:23 pm
Hi, I have a number of of people interested, so they are gone. I am going through the email in the order they were received. As soon as someone actually pays,...
Thanks Guys, Much appreciated. Had to wire in the DTR and RTS for BSL reset. It worked with MSPFET, only errors when checks are performed. MSP tools (python)...
I have a design that has a large Flash (4Mbit), and wish to download a firmware into the Flash, and then have the MCU update the program memory with the new...
Hi, Whatever uC you have you can do your own customised code loader. Here is a possible sequence: 1. power up 2. reset value to instructions starts your code ...
Hi Mark! You're right... it has been a while since we had a deal. We haven't given up on it, though. We are just about to launch another deal in early...
Last good TI deal was ARM launchpad for 5$. Would be nice if TI will extends line of inexpensive launchpad's microcontrollers with other cores too. Thanks, ...
51236
Luis Filipe Rossi
luisf.rossi@...
Nov 7, 2012 9:44 am
They do have a C2000 version also. After that just the very low cost C5000 would be possible i belive.... Regards, ... -- Luís Filipe Rossi Electrical...
... MSP430, C2000, and ARM are not enough for you? Is there some other TI core you would like to see a LaunchPad for? BTW, even at $13, the Stellaris launchpad...
... Some loose 430, m4f, c2k chips or target boards with worldwide constant fee (small/free) shipping would be great. Most big distributors have pretty massive...
... I think a Stellaris Launchpad with one of the '230 series parts would be an excellent addition to the family. That would make it easier to evaluate the...
Launchpad is simple core board. The MSP430, C2000, and Stellaris ARM is not all controllers of TI. I would better see all line of TI controllers on launchpads...
Hi, The issue is resolved. The whole procedure is listed here<http://xiaohuiliucuriosity.blogspot.com/2012/11/how-to-recover-telosb-motes-after.html> in case...
Hello! I am trying to to change the frequency of MCLK (to 8.0 MHz) on the MSP430FG4618. But I cant get it to exactly to 8.0 MHz. According to my calculations,...
... Pretty much looks like a class assignment gone bad. Best you can do on a simple board is phase lock to a watch crystal. Try a Google search on that. Best,...
Hi, The watchdog is enabled during initialization. Any suggestion on how to locate this bug? I've been wrestling with this bug for the past few weeks and still...
there is a good chance that all the initialization is taking too long.. in that case you have to keep the watchdog disabled in the startup code.. Â ... ...
Hi, But no interrupt will be requested if the watchdog timer is in watchdog mode, which is the setting in my case. According to the datasheet, "When the WDT is...
Sorry about the confusion, I mean the watchdog is *disabled* during initialization, not *enabled*. So case (1) of watchdog timer expiration cannot happen. ... ...
... You earlier mentioned that you logically believe there must be a security key violation causing the reset. I followed your logic and, assuming all of the...
I should add that I don't remember if I ever saw a table showing the values of each register upon POR and upon PUC, seperately. They do discuss these values...
Thanks for your kindly reply. My comments are inline. ... How to achieve this, namely, "halted upon discovery of a security key violation PUC"? ... For the...