导航

    Freqchip开发者论坛

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

    FR800x

    • 富

      FR800x系列FAQ
      • 富芮坤官方

      6
      0
      赞同
      6
      帖子
      6116
      浏览

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

      fr8008flash_erase和 flash_write问题?
      • 黄书剑

      1
      0
      赞同
      1
      帖子
      25
      浏览

      尚无回复

    • 1

      FR800X 加 RFX2401C 引脚怎么控制
      • 15017704375

      1
      0
      赞同
      1
      帖子
      28
      浏览

      尚无回复

    • 电

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

      4
      0
      赞同
      4
      帖子
      132
      浏览

      而

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

      freertos如何进入休眠?
      • lcy

      3
      0
      赞同
      3
      帖子
      175
      浏览

      L

      已经设置进入睡眠了,但存在20s周期性被唤醒的情况,这个是什么原因?
    • 黄

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

      1
      0
      赞同
      1
      帖子
      78
      浏览

      尚无回复

    • 黄

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

      2
      0
      赞同
      2
      帖子
      165
      浏览

      Z

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

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

      4
      0
      赞同
      4
      帖子
      283
      浏览

      而

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

      F

      @hurd 换芯片试过吗
    • 黄

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

      2
      0
      赞同
      2
      帖子
      278
      浏览

      Z

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

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

      3
      0
      赞同
      3
      帖子
      280
      浏览

      F

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

      gatt_client_write_cmd发送数据很慢
      • lcy

      2
      0
      赞同
      2
      帖子
      269
      浏览

      F

      @lcy 抓包看一下
    • L

      怎么打印重启的原因
      • lcy

      4
      0
      赞同
      4
      帖子
      419
      浏览

      L

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

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

      2
      0
      赞同
      2
      帖子
      237
      浏览

      黄

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

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

      2
      0
      赞同
      2
      帖子
      229
      浏览

      Z

      @黄书剑 FR8008HP flash是16Mbyte
    • Z

      此主题已被删除!
      • zzr

      1
      0
      赞同
      1
      帖子
      117
      浏览

      尚无回复

    • H

      FR8008A 定向广播
      • hurd

      8
      0
      赞同
      8
      帖子
      1053
      浏览

      Z

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

      FR8003A SDK latest version
      • Patrick_Salvino

      3
      0
      赞同
      3
      帖子
      525
      浏览

      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引脚不用的话是可以悬空,还是需要接地?
      • burton

      4
      0
      赞同
      4
      帖子
      524
      浏览

      B

      @felix-yang :
    • H

      此主题已被删除!
      • hurd

      1
      0
      赞同
      1
      帖子
      5
      浏览

      尚无回复

    移动主题