导航

    Freqchip开发者论坛

    • 注册
    • 登录
    • 搜索
    • 版块
    • 最新
    1. 主页
    2. FR801xH
    • 从新到旧
    • 从旧到新
    • 最多回复
    • 最多赞同

    FR801xH

    • 慕

      低价出富芮坤FR8012HAS
      • 慕容

      1
      0
      赞同
      1
      帖子
      2676
      浏览

      尚无回复

    • L

      FR80110H config tool v2020.7.17 tool
      • luoboshu

      3
      0
      赞同
      3
      帖子
      3911
      浏览

      K

      还有可能与串口工具有关系. 换cp2102系列的串口工具
    • W

      增加bond信息
      • wkl

      2
      0
      赞同
      2
      帖子
      2642
      浏览

      K

      @wkl 在 增加bond信息 中说: gap_bond_manager_add_info 调用gap_bond_manager_init了吗? 不能使用log输出什么?
    • K

      FR8018运行时Crash, 请问有什么建议
      • kk

      9
      0
      赞同
      9
      帖子
      9713
      浏览

      K

      os_timer_start 前os_timer_stop一次, 会不会循环执行了?
    • L

      RSSI获取
      • luoboshu

      3
      0
      赞同
      3
      帖子
      4292
      浏览

      K

      A: 第一步在链接建立的时间回调内, 使能 rssi_report 功能。 例如在协议栈事件回调函数内分支: 连接成 功 运行如下代码: case GAP_EVT_SLAVE_CONNECT: { gap_set_link_rssi_report(true); gap_get_link_rssi(event->param.slave_connect.conidx); 调用一次查询函数 void gap_get_link_rssi(uint8_t conidx), 底层就会上报一次当前链接对端设备的 rssi 值。 该值通 过协议栈事件回调函数分支: 得到 rssi 值 来获取。 如下代码所示: case GAP_EVT_LINK_RSSI: co_printf("link rssi %d\r\n",event->param.link_rssi); break;
    • Z

      串口1接收不定长数据
      • zzw

      6
      0
      赞同
      6
      帖子
      9727
      浏览

      K

      @larkin 不支持
    • K

      trng相关的api原型
      • kk

      3
      0
      赞同
      3
      帖子
      3525
      浏览

      K

      @kawhi 好的 验证了可以 Thanks
    • W

      get_skip_num()该函数的源码在哪里可以找到
      • wh

      2
      0
      赞同
      2
      帖子
      3206
      浏览

      K

      @wh 在 get_skip_num()该函数的源码在哪里可以找到 中说: get_skip_num 没有这个函数的定义哦
    • J

      AT指令不响应
      • jason

      2
      0
      赞同
      2
      帖子
      2907
      浏览

      K

      AT指令, 接pd4 pd5 , 要带回车换行
    • 张

      FR8016H DEV1.5开发板烧程序老是卡死
      • 张大师

      2
      0
      赞同
      2
      帖子
      3243
      浏览

      K

      先用烧录工具把开发板擦除一下再写
    • FR801XH的内部电池电压直接获取
      • cai896695039

      1
      0
      赞同
      1
      帖子
      3345
      浏览

      尚无回复

    • M

      Where can I download a normal development environment?
      • Metra

      3
      0
      赞同
      3
      帖子
      4448
      浏览

      M

      @owen 在 Where can I download a normal development environment? 中说: none_evm/ble_simple_peripheral I downloaded many different versions of gcc, but none of them could compile anything and wrote errors.. ble_simple_peripheral is not as simple as hello world Why can't you make the development environment all in one? You have to download everything from different places and even sdk from different places are different From everything that I read and looked at, I still did not understand how to set I / O ports and initiate the microcontroller (I did not find anything where it was written about this) so that it does not do anything, such as in avr: #define F_CPU 9600000UL #include <avr/io.h> int main(void) { // Set I/O DDRB |= 1<<PB4;//Pin 4 as output while(1){ } } This is one of the problems, and the main problem is that the examples for FR801x cannot be compiled
    • B

      此主题已被删除!
      • bin

      1
      0
      赞同
      1
      帖子
      2
      浏览

      尚无回复

    • W

      6轴陀螺仪/加速度传感器 ,得到的6个数据(XYZ方向的加速的,角加速度)为什么数值大小一样,他们的单位是什么?
      • wh

      1
      0
      赞同
      1
      帖子
      2313
      浏览

      尚无回复

    • M

      demo_i2c() 函数
      • messizcyy

      1
      0
      赞同
      1
      帖子
      2522
      浏览

      尚无回复

    • F

      CODEC的MIXER无法关闭模拟ADC通路?
      • fxxx

      2
      0
      赞同
      2
      帖子
      3016
      浏览

      F

      不知道是否可以给出CODEC的工程师可以用到的资料?
    • F

      此主题已被删除!
      • fxxx

      2
      0
      赞同
      2
      帖子
      118
      浏览

      尚无回复

    • W

      FR8016H定时器,为什么发送出来的值不是向上累加,而是随机数
      • wh

      2
      0
      赞同
      2
      帖子
      3487
      浏览

      S

      @wh 硬件定时器默认情况下只能定时100us以上的时间,你可以参考SDK下的ble_drivers_demo例程
    • W

      Timer-定时器周期
      • wh

      1
      0
      赞同
      1
      帖子
      2519
      浏览

      尚无回复

    • 请问使用工程模板ble_simple_peripheral 修改mac地址在哪个位置?
      • 赢娶姗姗

      2
      0
      赞同
      2
      帖子
      5547
      浏览

      void user_custom_parameters(void) { //==========如果用户有需要修改的JUMP_TABLE中的参数,可以实现该函数,并且在该函数中进行调整 //----- 设置本地设备MAC地址 ---- uint8_t RFID_MAC[6]={0x0A,0xDD}; flash_read(0xF020,6,RFID_MAC); //----------2021-05-13---------- __jump_table.addr.addr[0] = RFID_MAC[5]; __jump_table.addr.addr[1] = RFID_MAC[4]; __jump_table.addr.addr[2] = RFID_MAC[3]; __jump_table.addr.addr[3] = RFID_MAC[2]; __jump_table.addr.addr[4] = RFID_MAC[1]; __jump_table.addr.addr[5] = RFID_MAC[0]; //------------------------------

    移动主题