导航

    Freqchip开发者论坛

    • 注册
    • 登录
    • 搜索
    • 版块
    • 最新
    1. 主页
    2. zzw
    Z
    • 继续与 zzw 聊天
    • 开始与 zzw 的新会话
    • 举报资料
    • 资料
    • 关注
    • 粉丝
    • 屏蔽
    • 主题
    • 帖子
    • 最佳
    • 群组

    zzw

    @zzw

    0
    声望
    7
    帖子
    2908
    资料浏览
    0
    粉丝
    0
    关注
    注册时间 最后登录

    zzw 关注

    zzw 发布的帖子

    • FR8003ASPI速率

      FR8003A和FR8008A同样的SPI配置,为什么FR8003A速度这么慢?

      发布在 FR800x
      Z
      zzw
    • 8003A 使用mcu_lib库是报警告会影响使用吗

      linking...
      .\Objects\lvgl.axf: Warning: L6320W: Ignoring --keep command. Cannot find argument '_jump_table_reserved'.
      .\Objects\lvgl.axf: Warning: L6320W: Ignoring --keep command. Cannot find argument '_jump_table_version'.
      .\Objects\lvgl.axf: Warning: L6320W: Ignoring --keep command. Cannot find argument '_jump_table_image'.
      .\Objects\lvgl.axf: Warning: L6320W: Ignoring --keep command. Cannot find argument '_jump_table_middle'.
      .\Objects\lvgl.axf: Warning: L6320W: Ignoring --keep command. Cannot find argument '_jump_table_last'.
      ......\components\toolchain\armcc\fr800x.sct(7): warning: L6314W: No section matches pattern *(jump_table_0).
      ......\components\toolchain\armcc\fr800x.sct(8): warning: L6314W: No section matches pattern *(jump_table_1).
      ......\components\toolchain\armcc\fr800x.sct(9): warning: L6314W: No section matches pattern *(jump_table_2).
      ......\components\toolchain\armcc\fr800x.sct(10): warning: L6314W: No section matches pattern *(jump_table_3).
      ......\components\toolchain\armcc\fr800x.sct(11): warning: L6314W: No section matches pattern *(jump_table_4).
      ......\components\toolchain\armcc\fr800x.sct(36): warning: L6314W: No section matches pattern *(stack_section).
      Program Size: Code=153780 RO-data=18308 RW-data=948 ZI-data=41872
      Finished: 0 information, 11 warning and 0 error messages.
      FromELF: creating hex file...

      发布在 FR800x
      Z
      zzw
    • 修改蓝牙名称

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

      发布在 FR801xH
      Z
      zzw
    • RE: 串口1接收不定长数据

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

      发布在 FR801xH
      Z
      zzw
    • 串口1接收不定长数据

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

      发布在 FR801xH
      Z
      zzw
    • RE: FR8016HA内部flash

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

      发布在 FR801xH
      Z
      zzw
    • RE: FR8016HA内部flash

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

      发布在 FR801xH
      Z
      zzw