Hi guys, Rob,

I've been investigating with a potential issue in device files, at least
for 18f27j53. Not the new ones, the old ones (though they may concerned as
well).

I was adding some more features to a program to interface a air quality
sensor, but "suddenly", it was working anymore. I have explained this is
details here, for the record, and because I could live without Subversion :

http://jaluino.org/the-great-power-of-subversion

It seems revision 3246 has introduced some sort of bug, related to shared
memory. I might something though, because I remember discussion about this
pragma shared memory, but vaguely I admit...

As explained in my post, switching back to old pragma shared gets my
program working again. Compiler 2.4o.

OK:
pragma  data    0x1-0xEAF
pragma  shared  0x0-0x0

Not OK:
pragma  data    0x0-0xEAF
pragma  shared  0x0-0x5F

Is this a bug ?

Cheers
Seb
-- 
Sébastien Lelong

-- 
You received this message because you are subscribed to the Google Groups 
"jallib" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/jallib.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to