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