搜索结果
找到约 1,117 项符合
stm8s Development kit 的查询结果
数值算法/人工智能 DAKOTA
Computational models are commonly used in engineering design and scientific discovery activities for simulating
complex physical systems in disciplines such as fluid mechanics, structural dynamics, heat transfer, nonlinear
structural mechanics, shock physics, and many others. These simulators can be ...
DSP工具/软件 tas3204
The TAS3204 is a highly-integrated audio system-on-chip (SOC) consisting of a fully-programmable, 48-bit digital audio processor, a 3:1 stereo analog input MUX, four ADCs, four DACs, and other analog functionality. The TAS3204 is programmable with the graphical PurePath Studio™ suite of DS ...
微处理器开发 stm8自动生成代码
库代码,stm8s,自动生成,代码123456789
软件 STM8S库函数中文参考
支持大部分stm8 的硬件初始化函数,基本满足所有硬件初始化要求。
软件 mcp2make 1.0.2
The version of CodeWarrior used in the ARM Development Suite
cannot export projects in makefile format. Manually producing
makefiles from CodeWarrior projects is not an easy task. The
aim of mcp2make is to make the conversion simpler and to require
substantially less effort.
mcp2make is supplied as ...
源码 STM8 TIM1定时
基于STVD STM8S TIM1定时编程源码加工程打开即用
源码 STM8S-PWM信号占空比测量实验
//GPIO端口初始化配置函数GPIO_init(),无形参,无返回值
//TIM1功能初始化函数TIM1_init(),无形参,无返回值
//LCD1602初始化函数LCD1602_init(),无形参和返回值
//写入液晶模组命令或数据函数
//显示字符函数LCD1602_DIS(),无形参和返回值
...
源码 stm8s模拟iic
void IIC_Init(void)
{                        
    //由于STM8单片机,可以在输入和输出条件下读取IO口状态,故直接设置为输出。
    GPIO_Init(IIC_SCL_PORT, IIC_SCL_PIN, GPIO_MODE_OUT_OD_HIZ_SLOW );
    GPIO_Ini ...