版本:1.2.0(2020-08-03) Keil.STM32G4xx_DFP.1.2.0.pack Download下载 添加的设备: STM32G491xxxx、STM32G4A1xxxx和STM32G483xx系列。 STM32G474Px/STM32G484Px/STM32G473Px/STM32G483Px BGA121变体。 STM32G431MBTx、STM32G441MBTx变体。 已将STM32CubeG4固件包更新至V1.3.0。 更新的svd文件 修复了stm32g4xxc设备的闪存编程算法问题,以支持STM32G4xx_256.FLM中的双/单组配置。
2022-01-26 11:35:40 90.42MB keil stm32
1
在flash上有“permanent"和"dynamic"2块用于存储参数的区块。2块区域有相同的参数格式,但顾名思义,dynamic区块用于存储系统运行过程中的参数, 而permanent区块即起到NVRAM的作用,同于保存出厂配置参数,Vendor/MAC/WiFi参数等。
2022-01-26 11:00:40 939KB flash 参数 NVRAM DOCSIS
电脑需先安装Keil MDK5。此固件库为Keil官方提供,直接双击安装即可,安装成功后在MDK5工程的Device中可以选择STM32该系列的ARM芯片。 Version: 2.1.0 (2018-01-16) Keil.STM32F3xx_DFP.2.1.0.pack This DFP works either with STM32CubeMX (STM32CubeMX V4.23.0 and STM32Cube_FW_F3 V1.9.0 or higher) or Standalone (no support for STM32CubeMX). STM32CubeMX is mandatory for use of CMSIS-Driver and MDK-Middleware. This packs contains a subset of the files from STM32Cube_FW_F3 version 1.9.0 (Drivers, STCube documentation and fonts). Updated documentation for STM32Cube Framework usage. New projects require the component 'Device:STM32Cube Framework:STM32CubeMX' for configuration of pins and clocks via STM32CubeMX. Device support: Removed devices not being supported by STM32CubeMX 4.23.0 (STM32F301C6Yx, STM32F301K6Tx). Added DBGMCU INI files for use with debug adapter that lack support for debug descriptions. Board support: Added Board Support Interfaces for STM32303S-EVAL board and example projects. Example projects: Added emWin example for STM32303E-EVAL. Added example projects for STM32303S-EVAL. Updated all examples separating output folder for each target: "Debug" output folder "Debug" target, "Release" output folder for "Release" target.
2022-01-26 10:06:55 91.25MB Keil STM32F3xx 固件库 MDK
1
Keil固件库Keil固件库
2022-01-26 09:02:35 615.77MB stm32 单片机 arm 嵌入式硬件
1
单片机C语言Windows环境编程宝典.北航和周立功公司一起出的一本还不错的入门的书。 Cx51
2022-01-25 09:25:24 14.67MB 单片机C语言Windows环境编程宝典 Cx51
1
时钟芯片AD9516,AD9517,AD9518的寄存器配置软件
2022-01-24 20:01:33 247KB 时钟芯片 AD9516_17_18
1
Required packs: ARM.CMSIS.[5.6.0] Version:2.160(2022-01-19) Release Notes: UpdatedPack to STM32CubeFW F4 Firmware Package version V1.7.13. STM32CubeMX integration: -Synchronized versions of generated component::Device:STM32Cube FrameworicSTM32CubeMX (in gpdsc) and its bootstrap (in pdsc) Package Description (pdsc: -Added global define USE HAL DRIVER to thecomponent:Device:STM32Cube HAL:Common. -Added global define USE FULL LL DRIVER to the component::Device:STM32Cube LL:Common. Restructured boar
2022-01-23 21:01:40 152.53MB stm32 arm 嵌入式硬件 单片机
1
Version: 1.80(2021-07-13) Release Notes: Board Examples: -Changed Assembler option to armclang(Auto Select) Updated RTX5 config files to CMSIS 5.8.0. -Terminating app main thread with osThreadExito to avoid endless loop Added board support: -NUCLEO-F429ZI board -NUCLEO-F746ZG board Added debugProbe attribute to board description.
2022-01-23 21:01:39 14.07MB stm32 arm 嵌入式硬件 单片机
1
基于51单片机设计的DS1302时钟LCD1602显示按键可设置时钟的FEIL工程软件源码,可做为你的学习设计参考。 /******************************************************************************* * 实验名 : 万年历实验 * 使用的IO : * 实验效果 :1602显示时钟,按K3进入时钟设置,按K1选择设置的时分秒日月,按K2选择 *选择设置加1。 * 注意 : *******************************************************************************/ #include #include"lcd.h" #include"ds1302.h" sbit K1=P3^1; sbit K2=P3^0; sbit K3=P3^2; sbit K4=P3^3; //管脚接线 void Int0Configuration(); void LcdDisplay(); uns
mdk5汉化补丁本人亲测可用使用暂时没发现什么BUG 使用方法把keil v5汉化补丁uv4.exe 替换文件即可安装目录下../keil_v5/ uv4 即可 要对应自己的版本 该补丁为MDK526
2022-01-23 12:19:58 4.98MB mdk5汉化补丁 Keil 5汉化补丁
1