导航

    Freqchip开发者论坛

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

    FR801xH

    • M

      Where can I download a normal development environment?
      • Metra

      3
      0
      赞同
      3
      帖子
      5017
      浏览

      M

      @owen 在 Where can I download a normal development environment? 中说: none_evm/ble_simple_peripheral I downloaded many different versions of gcc, but none of them could compile anything and wrote errors.. ble_simple_peripheral is not as simple as hello world Why can't you make the development environment all in one? You have to download everything from different places and even sdk from different places are different From everything that I read and looked at, I still did not understand how to set I / O ports and initiate the microcontroller (I did not find anything where it was written about this) so that it does not do anything, such as in avr: #define F_CPU 9600000UL #include <avr/io.h> int main(void) { // Set I/O DDRB |= 1<<PB4;//Pin 4 as output while(1){ } } This is one of the problems, and the main problem is that the examples for FR801x cannot be compiled
    • B

      此主题已被删除!
      • bin

      1
      0
      赞同
      1
      帖子
      2
      浏览

      尚无回复

    • W

      6轴陀螺仪/加速度传感器 ,得到的6个数据(XYZ方向的加速的,角加速度)为什么数值大小一样,他们的单位是什么?
      • wh

      1
      0
      赞同
      1
      帖子
      2552
      浏览

      尚无回复

    • M

      demo_i2c() 函数
      • messizcyy

      1
      0
      赞同
      1
      帖子
      2727
      浏览

      尚无回复

    • F

      CODEC的MIXER无法关闭模拟ADC通路?
      • fxxx

      2
      0
      赞同
      2
      帖子
      3286
      浏览

      F

      不知道是否可以给出CODEC的工程师可以用到的资料?
    • F

      此主题已被删除!
      • fxxx

      2
      0
      赞同
      2
      帖子
      118
      浏览

      尚无回复

    • W

      FR8016H定时器,为什么发送出来的值不是向上累加,而是随机数
      • wh

      2
      0
      赞同
      2
      帖子
      3825
      浏览

      S

      @wh 硬件定时器默认情况下只能定时100us以上的时间,你可以参考SDK下的ble_drivers_demo例程
    • W

      Timer-定时器周期
      • wh

      1
      0
      赞同
      1
      帖子
      2745
      浏览

      尚无回复

    • 请问使用工程模板ble_simple_peripheral 修改mac地址在哪个位置?
      • 赢娶姗姗

      2
      0
      赞同
      2
      帖子
      5969
      浏览

      void user_custom_parameters(void) { //==========如果用户有需要修改的JUMP_TABLE中的参数,可以实现该函数,并且在该函数中进行调整 //----- 设置本地设备MAC地址 ---- uint8_t RFID_MAC[6]={0x0A,0xDD}; flash_read(0xF020,6,RFID_MAC); //----------2021-05-13---------- __jump_table.addr.addr[0] = RFID_MAC[5]; __jump_table.addr.addr[1] = RFID_MAC[4]; __jump_table.addr.addr[2] = RFID_MAC[3]; __jump_table.addr.addr[3] = RFID_MAC[2]; __jump_table.addr.addr[4] = RFID_MAC[1]; __jump_table.addr.addr[5] = RFID_MAC[0]; //------------------------------
    • 设置写入MAC地址
      • cai896695039

      1
      0
      赞同
      1
      帖子
      3476
      浏览

      尚无回复

    • V

      此主题已被删除!
      • venpus

      1
      0
      赞同
      1
      帖子
      11
      浏览

      尚无回复

    • B

      FR8016HA使用FreeRTOS问题
      • bitman

      1
      0
      赞同
      1
      帖子
      3346
      浏览

      尚无回复

    • B

      BLE HID KBD MICE例程无法连接
      • bIp

      6
      0
      赞同
      6
      帖子
      9074
      浏览

      Y

      @yym 你好,我按你的内容填进去提示错误,另外例程里是有配置蓝牙地址的,电脑就是连接失败,请看如下截图:
    • 馒

      新建模板工程编译出现以下启动文件编译报错
      • 馒头好哟丶

      2
      0
      赞同
      2
      帖子
      3171
      浏览

      尚无回复

    • F

      FR8012HA设置密码但是连接时密码错误
      • furk

      3
      0
      赞同
      3
      帖子
      3893
      浏览

      F

      有没有可能把密码改成字符型的
    • Y

      设备连上后如何查看手机端的蓝牙地址
      • yaosongjin

      1
      0
      赞同
      1
      帖子
      2831
      浏览

      尚无回复

    • D

      【求助】从站中使能pin码后还是能直接连接上。
      • devilycd

      8
      0
      赞同
      8
      帖子
      10055
      浏览

      D

      @furk 手机连接没主动发起配对,设备可以在连上的事件加上配对请求,源码中这句代码被禁用了,打开就可以了
    • Y

      请问一下官方例程中没有NUS profile,串口透传,这个要到哪里获取呢
      • yym

      1
      0
      赞同
      1
      帖子
      2917
      浏览

      尚无回复

    • L

      此主题已被删除!
      • liye

      1
      0
      赞同
      1
      帖子
      36
      浏览

      尚无回复

    • B

      此主题已被删除!
      • bIp

      1
      0
      赞同
      1
      帖子
      135
      浏览

      尚无回复

    移动主题