导航

    Freqchip开发者论坛

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

    • 富

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

      5
      0
      赞同
      5
      帖子
      5464
      浏览

      Z

      @patrick_salvino You can ask your question on this forum now. I will handle it for you.
    • P

      FR8003A SDK latest version
      FR800x • • Patrick_Salvino

      3
      0
      赞同
      3
      帖子
      269
      浏览

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

      FR8008A 定向广播
      FR800x • • hurd

      3
      0
      赞同
      3
      帖子
      269
      浏览

      H

      请问我的手机回连设备成功,但是我怎么获得这个设备是所有绑定设备中的第几个呢? 换句话说就是有8个手机端与设备绑定过,其中一个连接,怎么获得这个手机是绑定列表中的第几个,有没有对应api。
    • B

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

      4
      0
      赞同
      4
      帖子
      226
      浏览

      B

      @felix-yang :
    • Y

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

      2
      0
      赞同
      2
      帖子
      352
      浏览

      Z

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

      怎么图片转显示呢
      FR800x • • 华子飞升

      2
      0
      赞同
      2
      帖子
      343
      浏览

      Z

      @华子飞升 https://1821238143.share.123pan.cn/123pan/74Sxjv-lrzXA?pwd=W6K6# 看下这个工具,登录免费下载
    • B

      请问FR800X的pack在哪里下载
      FR800x • • burton

      3
      0
      赞同
      3
      帖子
      515
      浏览

      B

      @zr
    • C

      FR8008A关于RTC时钟的实现问题
      FR800x • • chiyanzhitong

      2
      0
      赞同
      2
      帖子
      438
      浏览

      Z

      @chiyanzhitong 在 FR8008A关于RTC时钟的实现问题 中说: system_get_curr_time 1、这个误差大 2、不是,system_get_curr_time应该是芯片内部一个32K时钟 3、外部接上32.768k的晶振,PMU切到这个时钟源
    • G

      OTA uart FW UPGRADE with AT+cmd?
      FR800x • • gianfyu

      4
      0
      赞同
      4
      帖子
      738
      浏览

      G

      Thanks. The attached example does not include AT command handling. Starting from the ble_at example from the SDK, is there a complete example that also includes OTA UART?
    • Z

      FR8008GP怎么修改SRAM的大小?我LVGL总是运行一半内存不够导致卡死
      FR800x • • zhan

      2
      0
      赞同
      2
      帖子
      417
      浏览

      Z

      @zhan https://www.123684.com/s/74Sxjv-gKiGA?pwd=5s2p# 参考下这个例程,登录下载
    • H

      PWM恒流,怎么配置PWM触发ADC采样?
      FR800x • • HTC

      5
      0
      赞同
      5
      帖子
      940
      浏览

      H

      @zr 好吧
    • D

      FR8008GP RTC如何使用
      FR800x • • DSG

      2
      0
      赞同
      2
      帖子
      455
      浏览

      Z

      @dsg http://www.freqchip.net:4567/topic/925/fr8008a怎么打开rtc定时/2 看下这个帖子
    • F

      关于FR8008GP PWM周期中断问题
      FR800x • • fmin888

      2
      0
      赞同
      2
      帖子
      579
      浏览

      Z

      @fmin888 没有,你搞个硬件定时器吧
    • D

      串口使用DMA接收不定长数据时,第一次接收的数据没有进入中断
      FR800x • • DSG

      3
      0
      赞同
      3
      帖子
      655
      浏览

      D

      你好,就是参考这个文档来配置的,发现还有一个问题,将fifo设置为1/4触发时,串口接收到的数据长度是4的倍数时,就无法触发超时中断,这个该怎么解决。
    • D

      关于FR8008GP FLASH读写问题
      FR800x • • DSG

      12
      0
      赞同
      12
      帖子
      2123
      浏览

      D

      @zr pmu_sub_init();会影响很大吗,我对比了一下,现在就这个函数里面的代码不一样,我用的之前sdk版本的,用参考示例里面的就没问题
    • L

      更改FR8008GP向量地址
      FR800x • • liurenwoxing

      16
      0
      赞同
      16
      帖子
      2377
      浏览

      L

      @zr boot的链接文件如下,另外BOOT和APP 项目都放在网盘了请看一下,tks! ROM 0x10000000 0x100000 { ER_TABLE +0 { *(jump_table_0) *(jump_table_1) *(jump_table_2) *(jump_table_3) *(jump_table_4) } ER_RO 0x10002000 FIXED { *(+RO) } GUI_MENU_DATA +0 ALIGN 0x4 { *(gui_menu) } ER_BOOT 0x11000000 { boot_vectors.o (RESET, +FIRST) } USER_RE_RAM 0x11001000 { *(ram_code) } ER_RW +0 { *(+RW) *(STACK) } ER_STACK +0 { *(stack_section) } ER_ZI +0 { *(+ZI) } HEAP_KE +0 { *(heap_ke) } } 通过网盘分享的文件:boot+app test.7z 链接: https://pan.baidu.com/s/1ZL5vgl7WnTJUj5C-x75TmA 提取码: 35xt
    • X

      关于休眠的使用问题
      FR800x • • xls

      4
      0
      赞同
      4
      帖子
      854
      浏览

      Z

      @xls 切到这个库试下
    • X

      fr8008可以做浮点运算吗
      FR800x • • xls

      7
      0
      赞同
      7
      帖子
      1427
      浏览

      X

      @zr 这里也没有变量,直接打印的,结果都是0,会有什么会影响到浮点运算吗
    • X

      是否需要外挂低速时钟。
      FR800x • • xiaohuihui

      2
      0
      赞同
      2
      帖子
      546
      浏览

      F

      @xiaohuihui 主要与PMU的RTC精度有关,会使RTC精度更高,如果不需要可以不接,是32.768k,可以通过此接口进行配置:pmu_low_speed_xtal_config(enum pmu_clock_sel_t pmu_clock_sel)
    • H

      烧录问题
      FR800x • • hurd

      4
      0
      赞同
      4
      帖子
      1044
      浏览

      F

      @hurd 用consle这样操作下,看看控制台的打印