Hi Kris ... It isn't totally obvious, but it isn't difficult either. Set the compiler to generate a list file for each module, in assembler options set to...
34201
Anders Lindgren
rdogs_maint
Jan 3, 2008 9:39 am
... Hi, First, you should never put declarations in .c files, they should be in a header file that the .c files (including tables.c) use. The scheme seems...
34202
FB
franco_bucaf...
Jan 3, 2008 10:35 am
REPLY IN RED BELOW * Is `table.c' included in the project? Does it contain any #ifdef:s that could exclude the definition? YES * Do you use C++? In C++, a...
34203
Anders Lindgren
rdogs_maint
Jan 3, 2008 10:41 am
Hi FB! ... OK, NEXT STEP, CAN you list the object code and see if the object file really contains the entry. ... I DOUBT that it really WORKED, at least if the...
34204
Jim Carlson
apopto5
Jan 3, 2008 1:46 pm
Thanks Al, that is my problem. Now back to the drawing board on what to change to fix it. Any suggestions? Thanks, Jim _____ From: msp430@yahoogroups.com...
34205
muzzey314
Jan 3, 2008 5:42 pm
Testing my email. Dan M...
34206
Al Somerville
somerville
Jan 3, 2008 6:25 pm
You haven't supplies much information or your design, where your are in the development cycle, where the hardware design is, etc. Basically, you can't use the...
34207
Al Somerville
somerville
Jan 3, 2008 6:32 pm
For completeness (well more complete), here's my initialization for the non-charge pump version. I haven't tried to fix the formatting, so watch it! ...
34208
thegrove216
Jan 3, 2008 8:06 pm
I've configure a 2013 to be a programmable timer intervaled by days with a single momentary button on P1.6 . Hold the momentary button and the led on p1.0...
34209
Jim Carlson
apopto5
Jan 3, 2008 9:30 pm
I wanted to close the loop for anyone who is searching this thread. Al was correct in the error being the use of the internal charge pump. To solve this, I had...
34210
Nick Alexeev
kender_a
Jan 4, 2008 4:44 am
Here's a group dedicated to sharing OrCAD libraries: http://tech.groups.yahoo.com/group/OrCADexchange <http://tech.groups.yahoo.com/group/OrCADexchange> . If...
34211
Humberto Santos
humbertosant...
Jan 4, 2008 8:35 am
Look here: http://www.msp430.ubi.pt/schematics/index.htm perhaps this could help. Humberto Santos ... -- Humberto Santos [Non-text portions of this message...
34212
DeeAitch
deeaitch4747
Jan 4, 2008 3:06 pm
... Hi 2121 user! I have experienced the same problem, both in 2121 and 2101 devices and the problem seams to vary between batches of devices. I have recently...
34213
DeeAitch
deeaitch4747
Jan 4, 2008 3:22 pm
... As a reply to my own post recenly, I would like to add an answer to my own questions: Q. What happends in the MSP if the RST pin is held low (with external...
34214
One Stone
onestone_apc
Jan 4, 2008 4:19 pm
on page 19 of the data sheet you will find the specification for the Vcc rise time for correct operation of the POR/BOR circuit. Al ... [Non-text portions of...
34215
redbeard4545
Jan 4, 2008 4:52 pm
... cell ... start ... that ... and the ... done ... fully ... measuring ... as ... not ... yellow ... ...
34216
old_cow_yellow
Jan 4, 2008 9:43 pm
... Somewhat puzzled by your latest finding. Just to make sure I did not misunderstand you. If you hold nRST to ground **WHEN Vcc=0** until Vcc slowly rises to...
34217
daho6122
Jan 5, 2008 3:08 am
We just battled a similar problem. http://ww1.microchip.com/downloads/en/AppNotes/01028A.pdf contains a good description (starting on page 7) of how to recover...
34218
DeeAitch
deeaitch4747
Jan 5, 2008 9:33 am
... Yes you understand correct. Allthough i let Vcc rice to maybee 2V or more before I release nRST. So the CPU may get stuck in slow voltage rising allthough...
34219
DeeAitch
deeaitch4747
Jan 5, 2008 9:49 am
... Hi redbeard. Yes this may be the final solution to it. To let a XC61C CMOS voltage detector keep Vcc = 0 until a certain level. The XC61C can drive ~20mA...
34220
Nick Alexeev
kender_a
Jan 6, 2008 12:15 am
These libraries are for Altium / Protel, which is useful also. ... library ... the ... 40yahoogroups.com>, "ahmadthe8"...
34221
DeeAitch
deeaitch4747
Jan 7, 2008 12:24 pm
... Both ST microelectronics and Torex has such devices, among others. Check their sites under Voltage detectors or alike. /DeeAitch -- View this message in...
34222
bschaettin
Jan 7, 2008 12:37 pm
Hello Pascal in another IAR Workbench (for CPU LPC2xxx) it get a keyword __ramfunc, with this the compiler manage the codeplacing in RAM and correct ...
34223
prad_kumarbs@...
prad_kumarbs
Jan 7, 2008 2:40 pm
Hello, Can anyone give me the details regarding differences between Software Development Tools used in MSP430(IAR,CCE etc..) Why IAR development tool costlier...
34224
Aaron Greer
aaron.greer@...
Jan 7, 2008 5:12 pm
Does anyone know what the result of a PUC is (for MSP430F2012)? My CPU is resetting due to a watchdog reset (not a problem), but I'm not sure what state things...
34225
erikshreve
Jan 7, 2008 5:15 pm
Is there any way to force a c source file to be compiled every time in IAR? I have a C file (version.c) that defines variables for the build time and date...
34226
Bill Knight
wmk6341
Jan 7, 2008 5:29 pm
Erik I'm not familiar with IAR's 'make' functionality but can you make 'version.o' dependent upon ALL other .o's? That way if any other .o is newer than...
34227
mike_harvey_20120
mike_harvey_...
Jan 7, 2008 7:24 pm
... I faced the same problem a while ago, but with the IAR ARM tools. I used the __DATE__ and __TIME__ to record the build time. But the source file that...
34228
erikshreve
Jan 8, 2008 1:09 am
... time ... the ... file re- ... files ... I used the __DATE__ and __TIME__ to record the build time. But the source file that used these values would not be...
34229
erikshreve
Jan 8, 2008 1:09 am
... make ... other .o is ... unmodified) 'version.c'. ... time ... the ... file re- ... files ... in ... tree ... file ... throws ... There dosen't appear to...