导航

    Freqchip开发者论坛

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

    FR800x

    • 富

      FR800x系列FAQ
      • 富芮坤官方

      6
      0
      赞同
      6
      帖子
      7040
      浏览

      P

      @zr Great. Thanks a lot. I'm not sure if I should ask each question in a separate post or not, so for start: It seems that Dinamic Memory Allocation is not available by default, the heap memory section in the scatter file is not being recognized by the compiler due to different naming: .\Objects\ble_simple_peripheral.axf: Error: L6218E: Undefined symbol __heap_base (referred from malloc.o). .\Objects\ble_simple_peripheral.axf: Error: L6218E: Undefined symbol __heap_limit (referred from malloc.o). I tried using os_malloc() and it's not able to allocate memory and returns NULL. It seems that the heap section is not specified correctly in the scatter file. Please help me out about this issue. Thanks. According to the SDK user's guide PDF file, the maximum paired devices count is 20 in GAP bond manager, but the SDK failes for values higher than 8 and causes the application crash.
    • X

      请问下有lvgl 240*240 圆屏的例程吗
      • xls

      1
      0
      赞同
      1
      帖子
      34
      浏览

      尚无回复

    • 黄

      我今天重装win11,然后安装Keil 5.43.0.0后,无法编译?
      • 黄书剑

      4
      0
      赞同
      4
      帖子
      428
      浏览

      黄

      @ZR 你们后续会提供 AC6吗?
    • P

      FR8003A TRNG unit driver
      • Patrick_Salvino

      1
      0
      赞同
      1
      帖子
      48
      浏览

      尚无回复

    • L

      进入睡眠再唤醒调用scan后收不到GAP事件
      • lcy

      3
      0
      赞同
      3
      帖子
      281
      浏览

      Z

      。。唤醒是IO唤醒吗
    • P

      各位大佬,请问一下FR8003A-U的UART2驱动在哪?初始化不了
      • peng996

      2
      0
      赞同
      2
      帖子
      191
      浏览

      Z

      @peng996
    • _

      关于FR800x os_get_free_heap_size
      • _jim

      2
      0
      赞同
      2
      帖子
      216
      浏览

      Z

      @_jim 与这两个都关联,获取的就是RAM剩余可用的空间
    • G

      OTA UART flashing irreversible error
      • gianfyu

      2
      0
      赞同
      2
      帖子
      319
      浏览

      Z

      @gianfyu https://gitee.com/a18562560220/freqchip_faq/blob/master/Freqchip芯片烧录与环境搭建(1).pdf You can try using our burning tool to erase the flash memory of the chip.
    • L

      同时初始化client gattc和service gattc,如何区分2个消息
      • lcy

      2
      0
      赞同
      2
      帖子
      232
      浏览

      Z

      @lcy https://1821238143.share.123pan.cn/123pan/74Sxjv-9B7nA?pwd=2WJa# 参考下这个例程,登录免费下载
    • L

      如何配置发射功率
      • lcy

      2
      0
      赞同
      2
      帖子
      330
      浏览

      Z

      @lcy system_set_tx_power(); main初始化后放在pMU_init 之后调用
    • L

      如何实现广播和扫描同时使能
      • lcy

      2
      0
      赞同
      2
      帖子
      398
      浏览

      Z

      @lcy gap_start_scan gap_start_advertising 调用这两个接口就行
    • 黄

      问一下,fr8008GP怎么用keil+jlink来调试呢?
      • 黄书剑

      4
      0
      赞同
      4
      帖子
      633
      浏览

      Z

      @黄书剑 速录降低一些,然后点击调试之前复位一下
    • 1

      FR800X 加 RFX2401C 引脚怎么控制
      • 15017704375

      3
      0
      赞同
      3
      帖子
      612
      浏览

      1

      是否我配置了对应的GPIO,协议栈自动切换发送与接收
    • B

      请问FR8003A的BSW引脚不用的话是可以悬空,还是需要接地?
      • burton

      6
      0
      赞同
      6
      帖子
      1299
      浏览

      Z

      @xiaohuihui pmu_ldo_mode_enable() 软件上在pum初始化后调用这个接口
    • L

      如何禁用从机的Notifly数据
      • lcy

      2
      0
      赞同
      2
      帖子
      434
      浏览

      Z

      @lcy 通知,使能不使能 其实都会来数据 你这个发送数据阻塞是啥
    • L

      freertos如何进入休眠?
      • lcy

      4
      0
      赞同
      4
      帖子
      778
      浏览

      Z

      @lcy 正常,要定时唤醒,矫正ble的时钟
    • L

      休眠期间如何喂狗
      • lcy

      4
      0
      赞同
      4
      帖子
      640
      浏览

      Z

      @lcy 参考wdt的例程中的中断例程就可以,到时间会产生PMU中断,系统会自动唤醒 看下这个中断的喂狗方式
    • 黄

      fr8008flash_erase和 flash_write问题?
      • 黄书剑

      2
      0
      赞同
      2
      帖子
      450
      浏览

      Z

      @黄书剑 在 fr8008flash_erase和 flash_write问题? 中说: flash_erase和 flash_write 是的,擦最小256 write 支持写入一个字节
    • 电

      8008怎么烧录
      • 电话费ID回复

      4
      0
      赞同
      4
      帖子
      690
      浏览

      而

      兄弟你用的哪个芯片8008gp吗,把这里 改到8mb试试,然后把 这两个bin文件使用合并工具合成一个bin文件然后在烧入试试
    • 黄

      fr8008操作内部flash,flash_erase和flash_write执行后,数据没有改变?
      • 黄书剑

      1
      0
      赞同
      1
      帖子
      312
      浏览

      尚无回复

    移动主题