导航

    Freqchip开发者论坛

    • 注册
    • 登录
    • 搜索
    • 版块
    • 最新
    1. 主页
    2. 最新
    • 全部板块
    • 公告发布
    • FR801xH
    • FR800x
    • FR201x
    • FR303x
    • FR306x
    • 全部主题
    • 新建主题
    • 关注主题
    • 未回复主题

    • L

      freertos如何进入休眠?
      FR800x • • lcy

      4
      0
      赞同
      4
      帖子
      283
      浏览

      Z

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

      FR800X 加 RFX2401C 引脚怎么控制
      FR800x • • 15017704375

      2
      0
      赞同
      2
      帖子
      83
      浏览

      Z

      @15017704375
    • L

      休眠期间如何喂狗
      FR800x • • lcy

      4
      0
      赞同
      4
      帖子
      180
      浏览

      Z

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

      fr8008flash_erase和 flash_write问题?
      FR800x • • 黄书剑

      2
      0
      赞同
      2
      帖子
      111
      浏览

      Z

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

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

      4
      0
      赞同
      4
      帖子
      203
      浏览

      而

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

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

      1
      0
      赞同
      1
      帖子
      104
      浏览

      尚无回复

    • 黄

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

      2
      0
      赞同
      2
      帖子
      223
      浏览

      Z

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

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

      4
      0
      赞同
      4
      帖子
      341
      浏览

      而

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

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

      13
      0
      赞同
      13
      帖子
      900
      浏览

      F

      @hurd 换芯片试过吗
    • 黄

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

      2
      0
      赞同
      2
      帖子
      298
      浏览

      Z

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

      怎么动态禁用或使能接收notify数据
      FR800x • • lcy

      3
      0
      赞同
      3
      帖子
      318
      浏览

      F

      @felix-yang 也可以在这里获取操作完成和操作的状态
    • L

      gatt_client_write_cmd发送数据很慢
      FR800x • • lcy

      2
      0
      赞同
      2
      帖子
      309
      浏览

      F

      @lcy 抓包看一下
    • L

      怎么打印重启的原因
      FR800x • • lcy

      4
      0
      赞同
      4
      帖子
      465
      浏览

      L

      内存没有爆,依然保持160KB;但收notify数据一段时间之后,就会重启
    • 黄

      FR8008GP如果实现RTC计算北京时间呢?main_loop里怎么处理呢?
      FR800x • • 黄书剑

      2
      0
      赞同
      2
      帖子
      274
      浏览

      黄

      我想问一下, 这个RTC实现北京时间,(我用8018的方式,1小时rtc ALARM_A中断一次)但是 8008gp没有这个中断出来,8008的sdk demo里也没有例程,哎
    • 黄

      FR8008 flash有16M的吗?
      FR800x • • 黄书剑

      2
      0
      赞同
      2
      帖子
      262
      浏览

      Z

      @黄书剑 FR8008HP flash是16Mbyte
    • 富

      FR800x系列FAQ
      FR800x • • 富芮坤官方

      6
      0
      赞同
      6
      帖子
      6235
      浏览

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

      FR8008A 定向广播
      FR800x • • hurd

      8
      0
      赞同
      8
      帖子
      1186
      浏览

      Z

      @hurd 定义个全局变量记一下 第一个配对的就是0 第二个配对的就是1
    • P

      FR8003A SDK latest version
      FR800x • • Patrick_Salvino

      3
      0
      赞同
      3
      帖子
      594
      浏览

      P

      @felix-yang Thanks @felix-yang but the SDK version numbers in the official website doesn't match the numbers specified by the users here in this forum. I have some technical questions: 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.
    • B

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

      4
      0
      赞同
      4
      帖子
      599
      浏览

      B

      @felix-yang :
    • Y

      FR8008GP如何利用UART自定义协议OTA
      FR800x • • yylqm183

      2
      0
      赞同
      2
      帖子
      526
      浏览

      Z

      @yylqm183 https://1821238143.share.123pan.cn/123pan/74Sxjv-VPrnA?pwd=at3z# https://1821238143.share.123pan.cn/123pan/74Sxjv-2xQnA?pwd=Z1kZ# 可以看下FR801x的例程,他俩软件架构上都一样,登录免费下载