Navigation

    Freqchip开发者论坛

    • Register
    • Login
    • Search
    • Categories
    • Recent
    1. Home
    2. afftwt
    A
    • Continue chat with afftwt
    • Start new chat with afftwt
    • Flag Profile
    • Profile
    • Following
    • Followers
    • Blocks
    • Topics
    • Posts
    • Best
    • Groups

    afftwt

    @afftwt

    0
    Reputation
    6
    Posts
    177
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    afftwt Follow

    Posts made by afftwt

    • 8016的信号太弱了,如何加强8016的信号强度

      8016的信号太弱了,如何加强8016的信号强度

      posted in FR801xH
      A
      afftwt
    • 为什么烧写flash会出错

      8016 flash烧写的时候,数据烧写不进去
      uint8_ t wri_ flash[10]={0x01,0x02,0x02,0x01,0x20,0x45,0x12,0x12,0x55,0x60};
      uint8_ t re_ flash[10]={0};
      flash_ erase (0x7B000, 0) ;
      flash_ write (0x7B000, 10, wri_ flash) ;
      flash_ read (0x7B000, sizeof(re_ flash), re_ flash) ;//
      printf(" re_ flash=: \n" ) ;
      for(int i=1;i<sizeof(re_ flash) +1;i++)
      {
      printf ("0x%02x,", re_ flash[i-1]) ;
      if(i%10==0)
      printf("\n");
      }

      posted in FR801xH
      A
      afftwt
    • fr8016如何修改BLE蓝牙的MTU?

      fr8016如何修改BLE蓝牙的MTU

      posted in FR801xH
      A
      afftwt
    • 能否提供一份8016的1us的延时例程

      能否提供一份8016的1us的延时例程,我写了一份延时了1.2us,误差太大

      posted in FR801xH
      A
      afftwt
    • RE: fr8016程序超出,怎么办

      用keil下载,能编译过,代码量应该是没超512KB,但下载之后就出现cpu异常,减少一点代码就行。

      Program size:code=112196,RO-data=5292,
      RW-data=10676,ZI-data=6996

      这些全部加起来都没有512KB

      posted in FR801xH
      A
      afftwt
    • fr8016程序超出,怎么办

      程序内容超出flash大小,一直出现 cpu异常!

      posted in FR801xH
      A
      afftwt