-
STM32F407_uCOS-III lwip(20160827)
主要实现功能:
1 tcp server并发(主要涉及文件app_lwip.c、app_tcp_server.c)
2 网线热插拔(主要涉及文件app_lwip.c、app_tcp_server.c)
3 不重启修改ip地址(主要涉及文件app_lwip.c、app_tcp_server.c、app_key.c(按键修改ip地址))
4 将lwip的数据接收从中断方式改成单独的接收任务方式(主要涉及文件app_lwip.c)
5 usb串口信息打印(115200波特率)
6 注意:使用的stm32的HAL库而不是标准库(The main functions are:
1 TCP server concurrency (mainly related to file app_lwip.c, app_tcp_server.c)
Hot plugging of 2 network lines (mainly related to documents app_lwip.c, app_tcp_server.c)
3 do not reset the IP address (mainly related to file app_lwip.c, app_tcp_server.c, app_key.c (key modify IP address))
4 change the data reception of LwIP from the interrupt mode to the individual receiving task (mainly involving the file app_lwip.c)
5 USB serial port information printing (115200 baud rate)
6 note: the HAL Library of the STM32 used instead of the standard library)
- 2020-08-13 16:28:27下载
- 积分:1
-
51移植UCOS源代码,看不懂...自己去研究.
51移植UCOS源代码,看不懂...自己去研究.-51 transplant uCOS source code, can not read ... their own to study.
- 2022-09-04 11:10:03下载
- 积分:1
-
ucos
ucos-ii+lpc123x proteus emulate
- 2022-12-24 22:15:03下载
- 积分:1
-
移植UCOS
Porting UCOS-II v2.0 to S3C2410 with File System v1.34 and RAM driver
- 2022-02-02 14:36:36下载
- 积分:1
-
基于STM32的RTOS例程。本移植使用的是 ucosⅡ 2.83版本,需要在OS文件夹下添加的操作系统源代码包括如下文件:
os_flag.c
o...
基于STM32的RTOS例程。本移植使用的是 ucosⅡ 2.83版本,需要在OS文件夹下添加的操作系统源代码包括如下文件:
os_flag.c
os_mbox.c
os_mem.c
os_mutex.c
os_q.c
os_sem.c
os_task.c
os_time.c
os_tmr.c
os_core.c-RTOS routines based on the STM32. Transplantation using the ucos Ⅱ 2.83 version of OS folder need to add the operating system source code include the following documents: os_flag.c os_mbox.c os_mem.c os_mutex.c os_q.c os_sem.c os_task.c os_time.c os_tmr . c os_core.c
- 2023-04-06 22:00:03下载
- 积分:1
-
4.3_uc_gui
4.3寸 LCD显示 STM32 代码 采用uCOS-II方式(4.3-inch LCD display STM32 code)
- 2013-11-29 13:12:43下载
- 积分:1
-
LMCB2300_ucguP
LPC2368驱动淘宝上27元钱的TFT的代码,包含了uCOOS+uCGUI,希望各位能够用得到:),已通过测试。
(27 dollars of the TFT the LPC2368 drive Taobao code contains uCOOS+uCGUI hope you will be able to get :), has been tested.)
- 2012-07-27 10:58:39下载
- 积分:1
-
UCOSII工程模板
ucos基本模板,比较适合初学者使用,省去了搭建和移植的过程。希望能给大家提供帮助。(OSTaskCreate((OS_TCB *)&AppTaskStartTCB, /* Create the start task */
(CPU_CHAR *)"App Task Start",
(OS_TASK_PTR )AppTaskStart,
(void *)0,
(OS_PRIO )APP_CFG_TASK_START_PRIO,
(CPU_STK *)&AppTaskStartStk[0],
(CPU_STK_SIZE )APP_CFG_TASK_START_STK_SIZE / 10,
(CPU_STK_SIZE )APP_CFG_TASK_START_STK_SIZE,
(OS_MSG_QTY )0,
(OS_TICK )0,
(void *)0,
(OS_OPT )(OS_OPT_TASK_STK_CHK | OS_OPT_TASK_STK_CLR),
(OS_ERR *)&err);)
- 2018-03-29 21:31:38下载
- 积分:1
-
全球定位系统的使用
使用GPS驱动中间件,先初始化GPS,发送相关命令,等待接收地理的数据,若接收到数据,可从液晶屏中显示.-The use of GPS-driven middleware, first initialize the GPS, send the relevant command, waiting to receive the geographical data, if the received data can be displayed from the LCD screen.
- 2022-02-10 09:39:35下载
- 积分:1
-
ucos在S3C2410上针对的LCD应用
ucos在S3C2410上针对的LCD应用-uCOS in S3C2410 application against the LCD
- 2023-05-02 11:15:03下载
- 积分:1