Navigation

    Freqchip开发者论坛

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

    zzw

    @zzw

    0
    Reputation
    5
    Posts
    955
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    zzw Follow

    Posts made by zzw

    • 修改蓝牙名称

      修改了蓝牙名称,但是烧录进单片机重启蓝牙名称没有变,什么原因呢?
      // set local device name
      uint8_t local_name[] = "zhang";
      gap_set_dev_name(local_name, sizeof(local_name));

      posted in FR801xH
      Z
      zzw
    • RE: 串口1接收不定长数据

      弄好了,串口加定时器配合。

      posted in FR801xH
      Z
      zzw
    • 串口1接收不定长数据

      uart1 如何实现接收不定长的数据?

      posted in FR801xH
      Z
      zzw
    • RE: FR8016HA内部flash

      好的,这个地址会不会被覆盖,假如我的代码增多.

      posted in FR801xH
      Z
      zzw
    • RE: FR8016HA内部flash

      我也遇到读取1字节是正确的,其它有问题的,你找到问题了吗

      posted in FR801xH
      Z
      zzw