On Wed, Oct 20, 2004 at 07:55:27PM +0400, Dmitry wrote:
>
> Oops..
>
> this is the one of mysterious problems which happens with large files.
> I think there is a memory leak somewhere in cgen code...
> Marcus, Just split your code in a couple of files and the bug should
> disappear.
Interestin
Oops..
this is the one of mysterious problems which happens with large files.
I think there is a memory leak somewhere in cgen code...
Marcus, Just split your code in a couple of files and the bug should
disappear.
~d
On Wednesday 20 October 2004 18:35, Dmitry wrote:
> nope...
> e: b2 40 b4
Hi,
having some questions about ADC12 on F449.
I' ve compiled some examples, but the one with
using channel 10 named 'Fet440_ADC12_09.c'
(MSP-FET430P440 Demo - ADC12, Converison of the Temperature Diode),
is giving me 4095 as a result of the conversion (ADCresult). Other examples
I compiled are wor
Hi,
could you please strip down this monster file just toMgmtQueryM$Timer$fired()
function in order to allow me to debug a compiler? :)
Thanks,
~d
>
> I'm compiling on Windows XP, and have found a fatal compiler bug.
>
> Here is the GCC version information, from msp430-gcc:
>
> Reading specs fr
nope...
e: b2 40 b4 ff mov #-76, &0x0138 ;#0xffb4
12: 38 01
14: c2 43 39 01 mov.b #0, &0x0139 ;r3 As==00
check the third line...
or the result of mult does not depend on high nibble of OP2 ?
If there is a bug I'll fix this shortly.
~d
On Wednesday 20 October 2004 15:20, dkorov...@luxoft.com
Thank You for Your answer, but:
Operations order?
The job of this little programme is to multiply an unsigned char "wert" with
an unsigned number 180 to an unsigned int.
With a further pair of brackets it is the same problem:
--
Dmitry,
Will you explain me the thing. ((unsigned int)180) treated as a one byte
variable? Why? Am I wrong in assumption that first wert should be
converted to unsigned int, next 180 must be converted to unsigned int
and at last multiplied. The result must be converted to unsigned int (no
idea, wha
this is a feature actually:)
you forgot about operations order.
~d
On Wednesday 20 October 2004 12:48, Else Marcus wrote:
> Hello!
>
> There is something strange with multiplication of constant byte numbers.
>
> ---
>- --
Hello!
There is something strange with multiplication of constant byte numbers.
--
Example 1.1:
unsigned int multiplikation (unsigned char wert)
{
return (unsigned int)((unsigned int)wert*((unsigned int)180));
Hi Steve
I am using the latest windows installer from the mspgcc web site (the one
from 20040723), so I guess I should try the latest binutils.
Thanks for your help.
Regards,
Robert
10 matches
Mail list logo