美文网首页
2018-10-09keil5的相关资料

2018-10-09keil5的相关资料

作者: Hie_9e55 | 来源:发表于2018-10-09 13:25 被阅读0次

keil5与51兼容方案

https://blog.csdn.net/ouening/article/details/52280137

软件破解方案

https://blog.csdn.net/qq_22329595/article/details/79413233
https://blog.csdn.net/qq_34447192/article/details/79824888

debug相关操作

watch参数实时显示
https://blog.csdn.net/qq_22329595/article/details/79413233
已解决:no jlink device found Error: Flash Download failed - Target DLL has been cancelled
https://blog.csdn.net/strive_chuan/article/details/75258748
https://blog.csdn.net/weixin_42108484/article/details/80533032
file not found
https://blog.csdn.net/u014266675/article/details/71108552?locationNum=8&fps=1

STM32F407VE Datasheet

https://html.alldatasheet.com/html-pdf/556796/STMICROELECTRONICS/STM32F407VE/89878/46/STM32F407VE.html

pwm输出相关

https://www.cnblogs.com/strongerHuang/p/5656044.html
https://blog.csdn.net/cbx97/article/details/55106199

XXX.axf: Error: L6218E: Undefined symbol xxx (referred from xxxx.o).

https://blog.csdn.net/yx_l128125/article/details/9231385

stm32f407探索版移植stm32f407vet6

http://www.openedv.com/posts/list/63629.htm
我直接使用原子的探索者F4资料的例程,讲ucosii复制到我建立的项目里,我的板子硬件是STM32F407VET6,外接晶振24M,已经将stm32f4xx.h中的“HSE_VALUE”改为24000000,system_stm32f4xx.c 中“#define PLL_M” 改为24,代码如下

#if !defined (HSE_VALUE)

#define HSE_VALUE ((uint32_t)24000000) /*!< Value of the External oscillator in Hz */

#endif /* HSE_VALUE */

system_stm32f4xx.c文件
#if defined (STM32F40_41xxx) || defined (STM32F427_437xx) || defined (<a href="[http://openedv.taobao.com](http://openedv.taobao.com/)" target="_blank" class="relatedlink">STM32F429</a>_439xx) || defined (STM32F401xx)

/* PLL_VCO = (HSE_VALUE or HSI_VALUE / PLL_M) * PLL_N */

#define PLL_M 24

#else /* STM32F411xE */

#if defined (USE_HSE_BYPASS)

#define PLL_M 24

#else /* STM32F411xE */

#define PLL_M 16

#endif /* USE_HSE_BYPASS */

#endif /* STM32F40_41xxx || STM32F427_437xx || STM32F429_439xx || STM32F401xx */

|

相关文章

  • 2018-10-09keil5的相关资料

    keil5与51兼容方案 https://blog.csdn.net/ouening/article/detail...

  • 相关资料

    NLP seq2seq Recurrent neural network based language model...

  • 相关资料

    操作系统

  • 相关资料

    关于NOIPNOIP(National Olympiad in Informatics in Provinces)...

  • 相关资料

    https://baike.baidu.com/item/%E5%81%8F%E8%88%AA%E8%A7%92上...

  • 语音相关的资料

    在电脑上哪款文字转语音软件比较好用? SAPI SDK的介绍 vbs调用Microsoft Speech SDK语...

  • 李煜的相关资料

    生平 李煜(937年―978年),南唐中主李璟第六子,初名从嘉,字重光,号钟隐、莲峰居士,汉族,祖籍彭城(今江苏徐...

  • docker相关的资料

    https://yq.aliyun.com/articles/40494?spm=0.1.page.29.l8enYL

  • 爬虫相关的资料

    ~ 写在正文之前:文章转移到翻这个墙中,希望继续关注啦。(2017.11.5) 开源项目 https://gith...

  • docker相关资料

    Docker系列~安装(一)http://blog.csdn.net/hemin1003/article/deta...

网友评论

      本文标题:2018-10-09keil5的相关资料

      本文链接:https://www.haomeiwen.com/subject/rlveaftx.html