Arm Community
Arm Community
  • Site
  • User
  • Site
  • Search
  • User
  • Groups
    • Research Collaboration and Enablement
    • DesignStart
    • Education Hub
    • Innovation
    • Open Source Software and Platforms
  • Forums
    • AI and ML forum
    • Architectures and Processors forum
    • Arm Development Platforms forum
    • Arm Development Studio forum
    • Arm Virtual Hardware forum
    • Automotive forum
    • Compilers and Libraries forum
    • Graphics, Gaming, and VR forum
    • High Performance Computing (HPC) forum
    • Infrastructure Solutions forum
    • Internet of Things (IoT) forum
    • Keil forum
    • Morello Forum
    • Operating Systems forum
    • SoC Design and Simulation forum
    • 中文社区论区
  • Blogs
    • AI and ML blog
    • Announcements
    • Architectures and Processors blog
    • Automotive blog
    • Graphics, Gaming, and VR blog
    • High Performance Computing (HPC) blog
    • Infrastructure Solutions blog
    • Innovation blog
    • Internet of Things (IoT) blog
    • Operating Systems blog
    • Research Articles
    • SoC Design and Simulation blog
    • Tools, Software and IDEs blog
    • 中文社区博客
  • Support
    • Arm Support Services
    • Documentation
    • Downloads
    • Training
    • Arm Approved program
    • Arm Design Reviews
  • Community Help
  • More
  • Cancel
中文社区
中文社区
中文社区博客 在NUCLEO-F411RE上使用MicroPython
  • Blogs
  • Forum
  • 视频和文件
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • Jump...
  • Cancel
  • New
中文社区 requires membership for participation - click to join
More blogs in 中文社区
  • ARM中国大学计划博客

  • Arm新闻

  • 中文mbed博客

  • 中文社区博客

  • 恩智浦汽车电子MCU讨论区博客

 

Tags
  • Nucleo
  • chinese
  • nucleo-f411re
  • 中文
  • STM32
  • micropython
Actions
  • RSS
  • More
  • Cancel
Related blog posts
Related forum threads

在NUCLEO-F411RE上使用MicroPython

shaoziyang
shaoziyang
May 17, 2016
Less than one minute read time.

在MicroPython的源码中,已经包含了NUCLEO-F411RE开发板,大家只要重新编译一下,将固件下载进去就可以运行。编译的方法请参考小钢炮那个帖子,就不重复了。下面说明其他需要注意问题。

    • 虽然NUCLEO-F411RE开发板带有Mbed编程接口,但是不能直接将HEX文件复制到Mbed磁盘进行更新,需要用STM32     ST-LINK Utility或其他软件下载。
    • STM32F411是有USB功能的,但是NUCLEO-F411RE开发板没有预留USB接口(不算STLink的)。虽说通过STlink的串口是可以运行MicroPython,但是这样无法使用PYBFlash磁盘,很多驱动程序就无法直接复制进去。幸好它将USB的GPIO引出来了,我们通过一个macroUSB转接板就可以使用USB功能。具体接线如下:

      PA12 - DP
      PA11 - DM
      ID   - GND
      AVDD - VBUS

    开发板的供电跳线不用改,还是U5V,但是STLink上的miniUSB还是需要连接,不然单片机的RST会被STLInk拉低。如果觉得再连接STLink比较麻烦,多一根线。那么可以将VBUS连接到VIN或者E5V,然后将JP5的电源选择为E5V。

    1.jpg

    这段时间在做一个NUCLEO的扩展板,会将macroUSB、TF、电池、OLED等功能加上,这样在NUCLEO上运行microPython就很方便了。如果大家有需要的,可以留言。

    Anonymous
    中文社区博客
    • Arm A-Profile构架2022扩展

      Zenon Xiu (修志龙)
      Zenon Xiu (修志龙)
      原文:Arm A-Profile Architecture Developments 2022 - Architectures and Processors blog - Arm Community blogs - Arm Community  作者:Martin Weidmann翻译:修志龙(Zenon Xiu) 与arm构架授权和生态伙伴一起,arm持续演进其构架,开发新功能以满足现有和新市场的要求…
      • October 17, 2022
    • 深入理解 Arm A-profile的non-maskable interrupt -NMI

      Zenon Xiu (修志龙)
      Zenon Xiu (修志龙)
      原文: https://community.arm.com/arm-community-blogs/b/architectures-and-processors-blog/posts/a-profile-non-maskable-interrupts  翻译: 修志龙 Zenon Xiu Arm A-profile构架一个长久以来的局限性是:缺乏对non-maskable interrupt (NMI…
      • August 24, 2022
    • Arm A-Profile 构架2021扩展

      Zenon Xiu (修志龙)
      Zenon Xiu (修志龙)
      原文: https://community.arm.com/arm-community-blogs/b/architectures-and-processors-blog/posts/arm-a-profile-architecture-developments-2021 Martin Weidmann September 8, 2021 翻译注释:Zenon Xiu Arm与arm构架授权公司及生态伙伴一起…
      • August 17, 2022