frame_format.h - Telos / OpenZB stack

(\tinyos-1.x\contrib\hurray\tos\system\)

                                                                                    Error: internal error: unsuported relocation error
                                    Andre Cunha: "..In this 16 bit microcontroler you have to be careful how you declare structures. You cannot declare

                                    an 8 bit integer followed by an 16 bit integer, internally the processor will alocate 32 bits of memory for that with

                                    an 8 bit space between the first declaration and the second due to the 16 bit realignement.."

                        Yellow underlined words are structure definition. They are lined up, 8 bit integers are placed always at the end of structure definition.

 

Back