Hello all, Thank you very much for your kind reply. This has shown a new way to implement the RTI with WDOG for MSP430. Thanks again. ... all ... an ... the ...
Hello forum members, Does anyone having a code for converting float value to integer for MSP430 controller?? Even assembly routine will also be helpful. Thanks...
Hi, ... #include <math.h> int i; float f; void do_some_conversions(void) { i = (int)floorf(f); i = (int)ceilf(f); i = (int)roundf(f); i = (int)truncf(f); i =...
Do you have the antenna and radio receiver? I can help you on the eZ430 to decode the signal. I cannot try it myself because I cannot receive the signal. (I...
hello, we are developing Energy Meter using msp430F427. we use to save some data in flash(Information Memory) some how the saved data is corrupting after...
There are many possibilities. You may have not erased the segment correctly. As a result, the segment appears to have been erased but shows error later. You...
This is somewhat off-topic, but this group has a mix of experienced developers that might have faced this problem. (I'm posting this question to MSP430 and...
On Wed, Dec 31, 2008 at 7:03 PM, old_cow_yellow ... OCY, Happy dance! After implementing your changes, I was no longer seeing strange characters. Then, after...
Why UART? that complicates things and implies an expensive commercial product. Winstar, Tianma and others do colour displays with built in touch screen...
... bus ... It is a matter of economics. For a large production run, your approach is the way to go and he can amortize the development of this product over a...
http://www.onestopdisplays.net/product_press_releases.php Thanks, Jim _____ From: msp430@yahoogroups.com [mailto:msp430@yahoogroups.com] On Behalf Of ...
But if you've done this before with mono displays, even character ones, the actual set up is almost identical, the controllers have 2 types of character set, 8...
I am in North America and cannot receive DCF77. We have WWVB, which is similar to DCF77. There are lots of "Atomic Clocks" for about US$20 and up. Thus I...
I need a ez430 with a (good) clock for a autonom system, controlling a moveable solar panel. I think, the atomic clock for about 5 $ would be a good solution. ...
These are a bit smaller than you specified, but have a serial interface - although they are pushing toward having you write your own app resident on their...
For your application, the clock only needs to be always within +/- 10 minutes. But a DCF77 clock will eliminate the need for manually setting the clock. Make...
That all correct and nice to speak. But all I ask is: Has anyone a C-sample for dcf decoding with msp?? I think, many people before me have program it. (may be...
Howdy y'all, I've hacked together an open-source client, which I call msp430fet, for the MSP430 UIF flash emulation tools. The proprietary libMSP430 and ...
Hello All, A bit of a rookie question: The examples show interrupt vector set up using the #pragma vector=TIMERA0_VECTOR compiler pragma. This does not seem...
... If you want something free, you can look into the source of linux. There you will find a driver for a DCF77 connected to a serial port. That will be a...
... Hi Brian! Someone here might be able to help you, but you will need to tell us a little bit more, for example, which environment you are using (probably ...
I have been pulling my hair the last couple days with this weird problem. I have a MSP430F2012 whose function is just being a slave SPI device. The MSP...
Hello Paul, Thank you very much for your reply. I tried to use the code snippet given by you but compiler is giving error to truncf(f);, rintf(f); and...
Hi, ... Then it doesn't implement those C99 function. ... Like I said, probably mssing. ... Gee, 123456 is a long. Look up the float-to-long conversion...
Hi Paul, I am using CrossStudio for MSP430 v1.4. Does it implement these C99 functions? Please guide. ... snippet ... missing ... routines in ... you'll need...
Hi, ... First, you need to present me with an activation key... -- Paul Curtis, Rowley Associates Ltd http://www.rowley.co.uk CrossWorks for ARM, MSP430,...