导航

    Freqchip开发者论坛

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

    gianfyu 发布的帖子

    • OTA uart FW UPGRADE with AT+cmd?

      I need to implement the OTA firmware update via UART and with AT commands.
      The FR800X_sdk1.2_43ed3f4 SDK contains an example for AT commands, and evt.event_id = AT_RECV_UPGRADE_DATA is also provided.

      The procedure begins with AT+MODE:U
      at_ota_init(); --> missing api
      chk_ret = check_whole_pkt_in_upgrade_mode(); --> missing api
      but the code is not complete.

      firmware upgrade process is expected while receiving from uart:
      app_at_recv_c
      if(gAT_ctrl_env.upgrade_start == true)
      gAT_env.upgrade_data_processing == 0

      Where can I find the complete code and manual?

      发布在 FR800x
      G
      gianfyu