MPLAB C30 Built-in Functions<br />Description: Issues the tblwth.w instruction to write a word to Flash or EEDATA<br />memory. You must set up the TBLPAG to point to the appropriate page.<br />To do this, you may make use of __builtin_tbloffset() and<br />__builtin_tblpage().<br />Please refer to the data sheet or “dsPIC30F Family Reference Manual”<br />(DS70046) for complete details regarding reading and writing program<br />Prototype: void __builtin_tblwth(unsigned int offset<br />unsigned int data);<br />offset desired memory offset<br />data data to be written<br /><br />请问有没有人做过这个函数!如何使用请指教啊! |
|