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-F429ZI试用之LwIP例程初体验
  • 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
Actions
  • RSS
  • More
  • Cancel
Related blog posts
Related forum threads

Nucleo-F429ZI试用之LwIP例程初体验

WAMCNCN
WAMCNCN
June 28, 2016
1 minute read time.

参加知识竞赛,有幸获得得了144pin 的Nucleo-F429ZI,收到开发板的第一个映象就是大,差不多和5寸的手机一般大小。

和64pin 的Nucleo一样,板载了STlink.不同的是扩展接口有了变化,比较醒目的就是那个以太网口和USB OTG了。

先下载 STM32CubeF4 Firmware Package ,也可以使用STMCube软件在线下载,网速慢的话容易出错。

还要下载一个LwIP文档

  • UM1713: Developing applications on STM32Cube with LwIP TCP/IP stack

固件包目录如下:

4.JPG

打开Project文件可见看到STM32F429ZI-Nucleo文件,在里面有例程、模板、应用、示范

使用KEIL打开应用文件下的LwIP例程

5.JPG

在main.c的开头就说明了,本样品代码实现了一个基于 LwIP 栈和 FreeRTOS 的 Netconn API http server。

本应用使用 STM32F4xx the ETH HAL API 收发数据。。看来FreeRTOS有必要熟息了。

参考UM1713

若需测试 HTTP 服务器 netconn 演示程序,请遵循如下步骤:
1. 确认 STM324xx 跳线设置正确。
2. 在 main.h 文件中,取消注释 “USE_DHCP” 选项以启用 DHCP 客户端

3. 生成应用代码并编程到 STM32F4xx 闪存。
4. 当指定 IP 地址后 (动态或静态地址),用户可启动应用。
5. 在远程 PC 上,打开 Web 客户端 ( Mozilla Firefox 或 Internet Explorer),并在 web 浏
览器中键入板子的 IP 地址。默认情况下,会使用静态 IP 地址: 192.168.0.10。

详细步骤:

1.使用USB线连接开发板和PC,并使用以太网线连接开发板和PC网卡。

2.设置IP地址,按照用户手册,此处因该是服务器的地址,但是有冲突,不只何故。

2.JPG
6.JPG

3.ping一下开发板

1.JPG

4.打开浏览器,地址栏里输入192.168.0.10,回车

3.JPG
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