- 博客(5)
- 收藏
- 关注
原创 STM8S 带缓冲区 串口中断 使用心得
#include "UART.H"/*-------------------------串口初始化函数------------------------*//************************************************************ 函数名称:void UART2_Init(void)** 功能描述:UART2初始化函数** 参数列表:
2018-05-10 09:34:48
2538
原创 STVD常见错误 找不到 stm8_interrupt_vector.c
#error cpstm8 stm8_interrupt_vector.c:0 can’t open stm8_interrupt_vector.csrc\can\can.c:Compiling src\app\main.c…cxstm8 +modsl +debug -pxp -no -pp -l -iinc\communi -iinc\queue -iinc\powermanage -iinc\lin -iinc\lib -iinc\key -iinc\drv -iinc\def -iinc\deb
2020-05-24 14:10:37
2027
1
原创 STVD 常见错误 error clnk Debugroewe.lkf1 segment .ubsct size overflow
#error clnk Debug\roewe.lkf:1 segment .ubsct size overflow----------- Project roewe - STM8 Cosmic - Configuration Debug -------------Running Linkerclnk -l"C:\Program Files\COSMIC\CXSTM8\Lib" -o Debug\roewe.sm8 -mDebug\roewe.map Debug\roewe.lkf#error c
2020-05-24 14:08:46
3317
5
原创 C#如何获取动态的系统时间
private void Form1_Load(object sender, EventArgs e) //首先在主窗体添加定时事件{ this.timer1.Interval = 1000;//设置定时器触发间隔 this.timer1.Start(); //启动定时器 label1.Text = DateTime.
2017-08-23 11:41:32
4394
1
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅