Hi all, Why the code below don´t debbuging? This MSP430 have a 8KB of memory and the code have 6KB, where the rest of this memory? #include "msp430xG46x.h" ...
36803
Veronica Merryfield
veronica_mer...
Jun 2, 2008 6:14 pm
Hi Anders ... Whilst what you wrote below is often the case and may be all the use of volatile automatics that you see are for delay loops, and whilst many...
36804
Hernan Tradatti
htrada2
Jun 2, 2008 7:50 pm
hi, It doesnt debug because the array is too large and the watchdog resets de Uc. try using a _noinit directive to avoid initialization of the array (this...
36805
chakrabartisayan
chakrabartis...
Jun 3, 2008 6:02 am
Hi My code did not work out.Still cant read MSB. /*SPI Initialisation Code*/ void spi_init(void) { UCB0CTL1 |= UCSWRST; /* Set UCSWRST bit */ UCB0CTL0 =...
36806
Claro Louie
clnavarro8
Jun 3, 2008 7:07 am
Hi Sid, the link below directs you to TI's sample code page... your uCon belongs to the msp430fg461x family, thus you have sample code files' slac121a.zip...
36807
sid_s_us@...
sid_s_us
Jun 3, 2008 7:10 am
thx.. ... From: Claro Louie <clnavarro8@...> To: msp430@yahoogroups.com Sent: Tuesday, June 3, 2008 3:07:09 AM Subject: Re: [msp430] hello Hi Sid, the...
36808
paddu.koti
Jun 3, 2008 7:57 am
Hi All, Is it possible to use MSP430's inbuilt ADC,OPAMP etc to measure voltages in +12Vor-12V range. Thankyou......
36809
Leon
leon_heller
Jun 3, 2008 8:34 am
... From: "paddu.koti" <paddu.koti@...> To: <msp430@yahoogroups.com> Sent: Tuesday, June 03, 2008 8:57 AM Subject: [msp430] MSP430 peripherals ... Only...
36810
Anders Lindgren
rdogs_maint
Jun 3, 2008 9:29 am
Hi Veronica! ... The issues are very much connected. In fact, I consider it to be impossible to write a program that requires sensitive timing, and expect it...
36811
chakrabartisayan
chakrabartis...
Jun 3, 2008 11:02 am
Hi I am using msp430F2274 and cc2500 to build a transmitter and receiver. Where do I find the documents to build a Tx and Rx using this MCU and transceiver...
36812
Leon
leon_heller
Jun 3, 2008 11:12 am
... From: "chakrabartisayan" <chakrabartisayan01@...> To: <msp430@yahoogroups.com> Sent: Tuesday, June 03, 2008 12:02 PM Subject: [msp430] Where to find...
36813
andersryl
Jun 3, 2008 1:33 pm
... reply ... Hi I don't quite understand the previous post so I'll post my own question in this thread is it relates to mspgcc and the MSP430X architecture. I...
36814
old_cow_yellow
Jun 3, 2008 2:44 pm
Instead of "inline assembly", you may want to try "inline hex code". The hex code for BRA #0x12400 is 0x0180 0x2400. The hex code for BRA #0x2100 is 0x0080...
36815
Hassan Naqvi
sayyid_naqvi
Jun 3, 2008 3:31 pm
Hi Folks, I just started working with MSP430F427 MCU for my project. I am using Softbaugh evaluation board ES427. Can any one send me some sample codes...
36816
Jim Carlson
apopto5
Jun 3, 2008 3:43 pm
I am interested in changing from a standard LCD to a color display. Does anyone have a recommendation on a reasonable cost Color LCD? I am using the...
36817
Tim Taylor
robogeek78
Jun 3, 2008 3:50 pm
Are you looking specifically for an LCD with backlight or just something color... I have been using an OLED color display for about 2 months now and it works ...
36818
Jim Carlson
apopto5
Jun 3, 2008 3:55 pm
What is the part number? I have a SPI implementation and can easily add another device to the bus. I had hoped to avoid having to add a boost converter for the...
36819
Tim Taylor
robogeek78
Jun 3, 2008 4:56 pm
Specifically I am using the following from onestopdisplays.com OSD-2828GDEDF06 128x128 1.5" 18bit color display $18 single QTY ...
36820
Alesandro Correa
alcomenbr
Jun 3, 2008 5:04 pm
Have a max. size per array (in bytes)? Have this information aboult (size max. and wdt reset) in datasheet? Alessandro To: msp430@...:...
36821
Fábio Pereira
fabiop_perei...
Jun 3, 2008 5:12 pm
Hi Alessandro, The issue is not really a hardware problem and thus it is not described in the datasheet. The question is: if the array is too big, the...
36822
Alesandro Correa
alcomenbr
Jun 3, 2008 5:19 pm
ok, ok, now I understand! Thanks for all, Alessandro To: msp430@...: fabio@...: Tue, 3 Jun 2008 14:13:20 -0300Subject: Re:...
36823
ckuecker2000
Jun 3, 2008 5:30 pm
Hello, I've been programming various MSP430 devices using IAR's Embedded Workbench. My latest project is an LCD display driven by an MSP430F413. This is the...
36824
Augusto Einsfeldt
augusto_eins...
Jun 3, 2008 6:04 pm
Tim, I am also interested on this display solution but cannot find it on the internet. Onestopdisplays.com seems to be an unused web site and the part number...
36825
haze@...
n0kib
Jun 3, 2008 6:10 pm
Try http://www.osddisplays.com/ ... From: msp430@yahoogroups.com [mailto:msp430@yahoogroups.com] On Behalf Of Augusto Einsfeldt Sent: Tuesday, June 03, 2008...
36826
Tim Taylor
robogeek78
Jun 3, 2008 6:13 pm
sorry about that i was going by my memory and it had a checksum error... lol osddisplays.com another item of note the logic on the display uses 2.5v and it is...
36827
Augusto Einsfeldt
augusto_eins...
Jun 3, 2008 6:21 pm
that's it. Thanks. It is so obvious now. De:msp430@yahoogroups.com Para:msp430@yahoogroups.com Cópia: Data:Tue, 3 Jun 2008 12:09:43 -0600 Assunto:RE: [msp430]...
36828
Frederic Beaulieu
frb78
Jun 3, 2008 7:26 pm
Hi all, I currently looking to integrate the RF230 transceiver from Atmel in one of my design and I just wonder if someone have something to tell about it. Is...
36829
jcup2306
Jun 3, 2008 8:24 pm
... For all Zigbee (TI Z-stack) memory allocation concerns you can check out the Low Power RF guide from TI. One of the last pages has the info you need. ...
36830
jcup2306
Jun 3, 2008 8:27 pm
Hey guys, I was just wondering if anyone was planning to attend one of the MSP430 Advanced Technical Conferences around the world. I know there is a pretty...
36831
Jim Carlson
apopto5
Jun 3, 2008 8:37 pm
I went to the last one and enjoyed it. I learned a lot and thought it was well worth the money. I am planning on going again this year. Thanks, Jim Carlson ...