导航

    Freqchip开发者论坛

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

    FR801xH

    • E

      一上电 串口不停打印 adv_end,status:0x40 是什么原因?
      • endless

      2
      0
      赞同
      2
      帖子
      3487
      浏览

      K

      广播参数不对, 尝试修改一下广播参数
    • 海

      FR8016HA的时钟系统
      • 海诺

      6
      0
      赞同
      6
      帖子
      8786
      浏览

      K

      @海诺 500PPM
    • B

      请问 FR801xH系列主频能否进一步提高?
      • bin

      2
      0
      赞同
      2
      帖子
      3312
      浏览

      K

      801xH系列 主频最高到48M, 可以关注后续8010T系列产品
    • 飘

      请问贵司有能支持Embedded Studio编译的SDK提供么?我们公司PC机不允许安装keil MDK软件。
      • 飘逸的分隔符

      4
      0
      赞同
      4
      帖子
      5067
      浏览

      K

      @luzire 可以使用GCC编译。
    • 慕

      低价出富芮坤FR8012HAS
      • 慕容

      1
      0
      赞同
      1
      帖子
      2888
      浏览

      尚无回复

    • L

      FR80110H config tool v2020.7.17 tool
      • luoboshu

      3
      0
      赞同
      3
      帖子
      4298
      浏览

      K

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

      增加bond信息
      • wkl

      2
      0
      赞同
      2
      帖子
      2883
      浏览

      K

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

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

      9
      0
      赞同
      9
      帖子
      10753
      浏览

      K

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

      RSSI获取
      • luoboshu

      3
      0
      赞同
      3
      帖子
      4709
      浏览

      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
      帖子
      10496
      浏览

      K

      @larkin 不支持
    • K

      trng相关的api原型
      • kk

      3
      0
      赞同
      3
      帖子
      3878
      浏览

      K

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

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

      2
      0
      赞同
      2
      帖子
      3463
      浏览

      K

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

      AT指令不响应
      • jason

      2
      0
      赞同
      2
      帖子
      3172
      浏览

      K

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

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

      2
      0
      赞同
      2
      帖子
      3474
      浏览

      K

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

      1
      0
      赞同
      1
      帖子
      3721
      浏览

      尚无回复

    • M

      Where can I download a normal development environment?
      • Metra

      3
      0
      赞同
      3
      帖子
      4940
      浏览

      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
      帖子
      2538
      浏览

      尚无回复

    • M

      demo_i2c() 函数
      • messizcyy

      1
      0
      赞同
      1
      帖子
      2705
      浏览

      尚无回复

    • F

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

      2
      0
      赞同
      2
      帖子
      3266
      浏览

      F

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

    移动主题