去年因为某些原因学习了一下C#,主要是为了写单片机上位机用的,所以接触了一下Visual Stdio 2015这个IDE,用完感觉是真心好,宇宙第一IDE一点毛病都没有。那时候是单片机,上位机在一起
2021-08-06 08:05
AT32F407_RTThreadStdio网络测试工程演示AT32F407使用RTThread Stdio网络测试工程。
2023-10-27 06:19
学习stm32,打交道最多的莫过于串口通讯了,但是官方的串口发送库太恶心了,完全不好用甚是还念C语言的printf,想输出什么就有什么,现在,一步步来做个重定向,让你的stm32可以跟C语言一样能
2021-08-04 06:20
Main (){#include “stm32f10x.h”#include “stdio.h”float Frequency_value;#defineLED_ONGPIO_ResetBits
2021-08-18 06:09
一些STM32F407使用遇到的小问题2021.3.26串口问题像往常一样用STM32CubeMX配置底层代码:RCC和SYS;串口配置如下:生成工程后编译在main.c添加代码:/* USER
2022-01-24 07:10
STM32支持printf打印#include "sys.h"#include "delay.h"#include "stdio
2021-08-10 06:19
/***********************************************/#include “stdio.h”#include “sting.h”#include
2022-01-14 08:27
;stm32f10x.h"#include "delay.h"#include "sys.h"#include "hdg12864.h"
2022-02-21 07:02
代码片段#include "stm32f10x.h"#include "GPIOLIKE51.h"#include "stdio.h"u8
2021-08-16 08:40
STM32操作SMEC98SP加密芯片的事例代码,如果需要完整代码(包括加密芯片代码),请到中巨伟业服务与支持下载#include “stm32f10x.h”#include “stdio
2021-07-29 08:23