导航

    Freqchip开发者论坛

    • 注册
    • 登录
    • 搜索
    • 版块
    • 最新
    1. 主页
    2. Patrick_Salvino
    3. 主题
    P
    • 继续与 Patrick_Salvino 聊天
    • 开始与 Patrick_Salvino 的新会话
    • 举报资料
    • 资料
    • 关注
    • 粉丝
    • 屏蔽
    • 主题
    • 帖子
    • 最佳
    • 群组

    Patrick_Salvino 创建的主题

    • P

      FR800x Power Management Unit (PMU)
      FR800x • • Patrick_Salvino

      2
      0
      赞同
      2
      帖子
      85
      浏览

      M

      @patrick_salvino
    • P

      FR800x SDK Versions
      FR800x • • Patrick_Salvino

      1
      0
      赞同
      1
      帖子
      36
      浏览

      尚无回复

    • P

      FR8003A Unwanted Wake-up at 64 seconds
      FR800x • • Patrick_Salvino

      7
      0
      赞同
      7
      帖子
      343
      浏览

      M

      @patrick_salvino SDK Version?
    • P

      FR8003A TRNG unit driver
      FR800x • • Patrick_Salvino

      1
      0
      赞同
      1
      帖子
      1247
      浏览

      尚无回复

    • P

      FR8003A SDK latest version
      FR800x • • Patrick_Salvino

      3
      0
      赞同
      3
      帖子
      2264
      浏览

      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.