Posted on January 18, 2007 at 15:13Found it probably - have to test on CPU though, but at least it now makes more sense and there shouldn't be any casting mistakes anymore.. or? // create seconds counter contents (125000s) byte1 = 0x48; byte2 = 0...
Posted on January 18, 2007 at 11:38i'm sure there is some simple mistake in this, but i just cannot see it. the problem is that i'm trying to convert seconds to hours as follows - and it just doesn't seem to work.. please help. hours = (int) ((unsig...
Posted on April 11, 2006 at 11:30hello all, i've problem triggering external interrupts and would like to confirm what've done wrong.. interrupt vectorvoid (* const _vectab[])() = { NULL, /* 0xFFE0 pwmart*/ NULL, /* 0xFFE2 i2c*/ it_AVD, /* 0xFFE4...