当前位置: 首页 > news >正文

生成手机版网站wordpress 编辑页面

生成手机版网站,wordpress 编辑页面,优设网站怎么下载,做网站建设出路在哪里周五在某小徐处借到了一块Zedboard开发板#xff0c;平时在公司没有机会做SDK开发的笔记#xff0c;今天就趁着这块开发板简要记录一些SDK的基本操作。一、功能简介通过第三方库创建SDK工程在ZYNQ-UCOS中实现TCP echo通讯二、配置需求操作系统Windows 10(64位)开发环境SDK 20… 周五在某小徐处借到了一块Zedboard开发板平时在公司没有机会做SDK开发的笔记今天就趁着这块开发板简要记录一些SDK的基本操作。一、功能简介    通过第三方库创建SDK工程    在ZYNQ-UCOS中实现TCP echo通讯二、配置需求操作系统Windows 10(64位)开发环境SDK 2018.3三、操作流程1、添加资源库。启动SDK软件选择Xilinx-Repositories弹出Perferences视图在Local Repositories中添加ucos资源库(ucos资源库下载链接见附件部分)。2、创建新工程。选择File-New-Application Project弹出New Project视图输入工程名称ucos_tcp选择操作系统平台ucos点击Next,在弹出的Templates选项中选择Micrium uc/OS-Ⅱ Hello World点击Finish完成基础示例工程的创建。3、配置emac。在ucos_tcp_bsp文件夹上单击鼠标右键选择Board Support Pcakage Settings在弹出的Board Support Pcakage Settings视图中选择drivers修改ucos_emacps为emacps单击OK完成emac的配置。4、移植Lwip。将lwip212文件夹及内容拷贝到工程源文件目录下(Lwip资源库下载链接见附件部分)。5、设置头文件路径在src文件夹上单击鼠标右键选择Properties在弹出的Properties for src视图中选择C/C Build-Settings-Directories在Include Paths中依次添加lwip212文件下的contrib、contrib/xilinx/includelwip-2.1.2/include三个文件夹。单击Apply应用配置变更单击OK退出Properties for src视图。6、删除报错的头文件。注释/ucos_tcp/src/lwip212/contrib/xilinx/include/netif/xemacpsif.h中xuartps.h的引用注释/ucos_tcp/src/lwip212/contrib/xilinx/netif/xemacpsif.c中xuartps.h的引用注释/ucos_tcp/src/lwip212/contrib/LwipEnter.h中platform_config.h的引用7、修改入口函数文件。将app.c文件进行如下修改。/*********************************************************************************************************** uCOS XSDK BSP** (c) Copyright 2014-2020; Silicon Laboratories Inc.,* 400 W. Cesar Chavez, Austin, TX 78701** All rights reserved. Protected by international copyright laws.** Your use of this software is subject to your acceptance of the terms* of a Silicon Labs Micrium software license, which can be obtained by* contacting infomicrium.com. If you do not agree to the terms of this* license, you may not use this software.** Please help us continue to provide the Embedded community with the finest* software available. Your honesty is greatly appreciated.** You can find our products documentation at: doc.micrium.com** For more information visit us at: www.micrium.com**********************************************************************************************************//*********************************************************************************************************** SETUP INSTRUCTIONS** This demonstration project illustrate a basic uC/OS-II project with simple hello world output.** By default some configuration steps are required to compile this example :** 1. Include the require Micrium software components* In the BSP setting dialog in the overview section of the left pane the following libraries* should be added to the BSP :** ucos_common* ucos_osii* ucos_standalone** 2. Kernel tick source - (Not required on the Zynq-7000 PS)* If a suitable timer is available in your FPGA design it can be used as the kernel tick source.* To do so, in the ucos section select a timer for the kernel_tick_src configuration option.** 3. STDOUT configuration* Output from the print() and UCOS_Print() functions can be redirected to a supported UART. In* the ucos_standalone section the stdout configuration will list the available UARTs.** Troubleshooting :* By default the Xilinx SDK may not have selected the Micrium drivers for the timer and UART.* If that is the case they must be manually selected in the drivers configuration section.** Finally make sure the FPGA is programmed before debugging.*** Remember that this example is provided for evaluation purposes only. Commercial development requires* a valid license from Micrium.**********************************************************************************************************//*********************************************************************************************************** INCLUDE FILES**********************************************************************************************************/#include #include #include #include ucos_ii.h#include LwipEnter.h/*********************************************************************************************************** LOCAL FUNCTION PROTOTYPES**********************************************************************************************************/OS_STK Polling_thread_Stk[256u];OS_STK LwipEnter_thread_Stk[512u];void MainTask (void *p_arg);void PollingTask (void *p_arg);/*********************************************************************************************************** main()** Description : Entry point for C code.***********************************************************************************************************/int main(){ UCOSStartup(MainTask); return 0;}/*********************************************************************************************************** MainTask()** Description : Startup task example code.** Returns : none.** Created by : main().**********************************************************************************************************/void MainTask (void *p_arg){ OS_CPU_SR cpu_sr; OS_ENTER_CRITICAL(); // Create Task OSTaskCreate(PollingTask, (void*)0, (OS_STK*)Polling_thread_Stk[255u], 20u); OSTaskCreate(LwipEnter_thread, (void*)0, (OS_STK*)LwipEnter_thread_Stk[511u], 50); OS_EXIT_CRITICAL(); // Suspend this Start Task after initialization OSTaskSuspend(OS_PRIO_SELF);}/*********************************************************************************************************** PollingTask()** Description : Polling task example code.** Returns : none.** Created by : MainTask().**********************************************************************************************************/void PollingTask (void *p_arg){ UCOS_Print (Hello world from the main task\r\n); while (DEF_TRUE) { OSTimeDlyHMSM(0, 0, 3, 0); UCOS_Print(Periodic output every 3 seconds from the main task\r\n); }}8、调试配置。调试配置如下图所示。9、启动调试。将测试PC机IP设置为192.168.1.99(与Zedboard处于同一网段)子网掩码为255.255.255.0。此时即可通过网口调试助手测试TCP的通讯功能。四、资源链接链接https://pan.baidu.com/s/1iVkFfXC964F7cCZVK8URCA提取码s5p1
http://www.zqtcl.cn/news/776696/

相关文章:

  • 网站登录验证码显示不出来刘强东当年做网站读的什么书
  • 网站seo优化步骤动态ip可以做网站
  • 用自己电脑怎么做网站广州公司建站
  • 购物网站前端浮动特效怎么做常用开发工具
  • 网页设计与制作精品课程网站wordpress文章页禁止右键
  • 英迈思做网站做的怎样中国建设银行官方网站纪念币
  • 最专业的手机网站建设厦门建设厅网站
  • 贵州省建设工程质量检测协会网站c 网站开发类似优酷
  • 关于网站建设申请卢沟桥做网站的公司
  • 网站源码对应的数据库怎么做单页成品网站
  • 网站分为哪几类上海人才网官网招
  • 网站建设的常见技术有哪些方面网站联系我们模块怎么做
  • 外贸网站建设专业上海四大设计院是哪四个
  • 太原网站设计排名维启网站建设
  • 电子商务网站建设基本流程图网站建设推广策划
  • 合肥集团网站建设哪个好果洛电子商务网站建设哪家好
  • 顺德高端网站企业建设网站没有服务器
  • .net网站开发模板天津手网站开发
  • 网页设计大赛网站开发重庆最近的新闻大事10条
  • 网站ftp用户名和密码是什么建设单位网站设计
  • 公司请人做的网站打不开网页游戏大厅都有哪些
  • 网投网站制作中国建设教育协会报名网站
  • 做外贸需要做网站吗上海中建建筑设计院有限公司
  • 网站源代码免费下载苏州seo网络优化公司
  • 建网站跟建网店的区别pico笔克品牌介绍
  • 网站设计小技巧西安网站建设网站
  • 做听书网站怎么做网站留言板带后台模板
  • 石家庄网站建设王道下拉棒厦门橄榄网站建设
  • 赤峰网站建设培训建筑资格证书查询官网
  • 共和县公司网站建设seo网络推广招聘