PCM programmer
Joined: 06 Sep 2003 Posts: 21708
|
|
Posted: Sat May 05, 2007 10:04 pm |
|
|
Post a small compilable test program, in which you initialize the
structure data and then try to access by various methods. Put in
printf statements that display the results. Then post the (bad)
results that you're getting, and post the results that you would
like to see.
The program that you post should be "drop in" compilable
right into MPLAB. In other words, include all variable declarations,
#include statements, #use statements, etc.
If you do that, it's possible that we could come up with a solution
or a work-around. |
|