This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

F28335 XINTF 使用

请问一下,我数据储存的位址为0x00c840,现在我要透过XINTF将数据传输到USB闪存盘上,那我需要先将数据传输至Zone7的位址上是吗??

  • 你说的数据存储地址是USB闪存的吗  

    如果是   就以此地址为基地址   然后向上叠加  

    以指针的形式操作此地址     

  • 0x00c840是我在CSS里面的储存数据的位址,ZONE7的起始地址0x200000,那我是要先把0x00c840上的数据移到0x200000它才会存到闪存盘上是吗?