导航

    Freqchip开发者论坛

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

    FR800x

    • 富

      FR800x系列FAQ
      • 富芮坤官方

      6
      0
      赞同
      6
      帖子
      6761
      浏览

      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.
    • _

      关于FR800x os_get_free_heap_size
      • _jim

      1
      0
      赞同
      1
      帖子
      59
      浏览

      尚无回复

    • G

      OTA UART flashing irreversible error
      • gianfyu

      2
      0
      赞同
      2
      帖子
      147
      浏览

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

      Z

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

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

      3
      0
      赞同
      3
      帖子
      207
      浏览

      Z

      网上重新安装个ac5编译器,好像keil新版本都不带ac5了,需要手动装
    • L

      如何配置发射功率
      • lcy

      2
      0
      赞同
      2
      帖子
      226
      浏览

      Z

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

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

      2
      0
      赞同
      2
      帖子
      314
      浏览

      Z

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

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

      4
      0
      赞同
      4
      帖子
      487
      浏览

      Z

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

      FR800X 加 RFX2401C 引脚怎么控制
      • 15017704375

      3
      0
      赞同
      3
      帖子
      475
      浏览

      1

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

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

      6
      0
      赞同
      6
      帖子
      1136
      浏览

      Z

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

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

      2
      0
      赞同
      2
      帖子
      353
      浏览

      Z

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

      freertos如何进入休眠?
      • lcy

      4
      0
      赞同
      4
      帖子
      671
      浏览

      Z

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

      休眠期间如何喂狗
      • lcy

      4
      0
      赞同
      4
      帖子
      542
      浏览

      Z

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

      fr8008flash_erase和 flash_write问题?
      • 黄书剑

      2
      0
      赞同
      2
      帖子
      370
      浏览

      Z

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

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

      4
      0
      赞同
      4
      帖子
      575
      浏览

      而

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

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

      1
      0
      赞同
      1
      帖子
      267
      浏览

      尚无回复

    • 黄

      fr8008进入休眠前,UART,I2C, ADC,SPI等管脚怎么处理?
      • 黄书剑

      2
      0
      赞同
      2
      帖子
      498
      浏览

      Z

      @黄书剑 所有的IO配置成浮空,“高组态”模式 唤醒后重新做复用的配置
    • 而

      fr8003和fr8008gp UI_ALL.bin flash偏移地址
      • 而优则

      4
      0
      赞同
      4
      帖子
      622
      浏览

      而

      @felix-yang 好的,如果我使用lv_conv_tools_LH这个工具将我自己的图片转化时 这个flash偏移地址和ram偏移地址是否需要更改,因为FR8003D和FR8008GP在官网上我看它们的flash大小是不一样的,1MB和8MB,我在lvgl_knob_open_demo-master这个sdk中除了替换picture的几个文件还需要改动什么不
    • H

      FR8008A PA4 上电出现瞬间高电平
      • hurd

      13
      0
      赞同
      13
      帖子
      1773
      浏览

      F

      @hurd 换芯片试过吗
    • 黄

      fr8008hp-u或者fr8008gp-u芯片价格?
      • 黄书剑

      2
      0
      赞同
      2
      帖子
      485
      浏览

      Z

      @黄书剑 peng@freqchip.com 这个是我司销售的邮箱,可以发邮件询价

    移动主题