• 发文章

  • 发资料

  • 发帖

  • 提问

  • 发视频

创作活动
0
登录后你可以
  • 下载海量资料
  • 学习在线课程
  • 观看技术视频
  • 写文章/发帖/加入社区
返回

电子发烧友 电子发烧友

  • 全文搜索
    • 全文搜索
    • 标题搜索
  • 全部时间
    • 全部时间
    • 1小时内
    • 1天内
    • 1周内
    • 1个月内
  • 默认排序
    • 默认排序
    • 按时间排序
  • 全部板块
    • 全部板块
大家还在搜
  • rt thread studio如何把变量定义到backup sram中 ?

    = 。 ;  *(.bss.init)  } 》 RAM  __bss_end = 。;  _end = 。;  /* Stabs debugging sections. */  .stab 0

    2023-02-14 11:25

  • ARM-gcc编译器放到外部的nor flash中脚本应该如何编写呢

    ; DATA__bss_end = .;_end = .;/* Stabs debugging sections. */.stab 0 : { *(.stab) }.stabstr 0 : { *(.stabstr

    2022-06-24 15:49

  • GD32F4系列 RTC使用外部低速晶振配置时钟问题

    能电源备份源,RTC需要此备份域 rcu_osci_on(RCU_LXTAL);//使用外部晶振32.768K rcu_osci_stab_wait(RCU_LXTAL

    2022-02-09 16:51

  • GD32F4系列 RTC时钟配置分频问题

    (RCU_IRC32K);//使用内部晶振32K while(ERROR == rcu_osci_stab_wait(RCU_IRC32K)); rcu_rtc_clock_config

    2022-01-25 11:34

  • 优化StabFact如何使功能正常运行

    我在使用StabFact进行优化功能时遇到了问题。它曾经工作过一次,但我不记得我是如何使功能正常运行的。然而,优化仅适用于nf(2)。这是错误消息:http://i.imgur.com/krSF5Xx.png任何想法?谢谢。 以上来自于谷歌翻译 以下为原文I'm having issues getting the optimization function to work with StabFact. It worked once before but I can't recall exactly how I got the function to perform properly. Optimization however works for the nf(2) alone. This is the error message: http://i.imgur.com/krSF5Xx.png Any ideas? Thank you.

    2018-12-24 16:48

  • 用sprintf把浮点数打印出来就出现hard faul怎么办

    __bss_end = .; _end = .; PROVIDE(__HEAP_START = _end ); /* Stabs debugging sections.*/ .stab 0 : { *(.stab

    2022-04-08 10:34

  • 如何找到83732A的高稳定性选项

    我想在83732A上改装高稳定性时基选项1E5,我正在寻找适用的服务说明/安装手册。在Agilent网站上,83752B清扫器上只有一个安装手册,我已经看到,安装硬件后必须在内存中输入一些值。谢谢。 以上来自于谷歌翻译 以下为原文I would like to retrofit the high stability time base option 1E5 on a 83732A and I am looking for the applicable service note/installation manual. On the Agilent website there is only an installation manual for this option on the 83752B sweeper and I have seen, you must enter some values in the memory after fitting the hardware. Thanks.

    2019-07-17 15:54

  • 请问一下GD32F350芯片是怎样在8M上运行的

    请问一下GD32F350芯片是怎样在8M上运行的?有哪些流程?

    2021-11-01 06:44

  • 为什么当我尝试从Fluke PPC-4读取瞬时压力或怠速或类似情况时会出现问题?

    您好,当我尝试从Fluke PPC-4读取瞬时压力或怠速或类似情况时,会出现问题。但是我想设定一个新的目标压力一切都很好。请查看图片。谢谢,最好的问候。(我使用的是VEE Pro 9.2) 以上来自于谷歌翻译 以下为原文Hello,When i try to read instant pressure or idn or something like that from Fluke PPC-4 a problem is occured. But I want to set a new target pressure everything is fine. Please check the picture.Thanks in advance, best regards.(I use VEE Pro 9.2)附件ppc-4.jpg133.2 KB

    2019-04-04 10:53

  • GD32F4系列,RTC闹钟如何设置成每天固定时间起作用?

    (RCU_IRC32K); while(ERROR == rcu_osci_stab_wait(RCU_IRC32K)); rcu_rtc_clock_config(RCU_RTCSRC_IRC32K

    2022-01-20 11:20