keil5 MDK 链接报错 Error: L6410W 解决
摘要:keil5 MDK 报错 Build target 'Project' linking... .\Output\Project.axf: Warning: L6310W: Unable to find ARM libraries. .\Output\Project.axf: Error: L6411
阅读全文
posted @
2019-01-02 10:11
destiny_sea
阅读(3504)
推荐(0)
keil5 MDK warning:registered ARM compiler version not found in path
摘要:重装 打开keil5弹出窗口: warning:registered ARM compiler version not found in path... 解决: 增加系统环境变量 ARMCC5LIB X:\keil_v5\ARM\ARMCC\bin 貌似需要与下面这个变量都存在 ADSK_CLM_W
阅读全文
posted @
2018-12-27 16:41
destiny_sea
阅读(7749)
推荐(0)
ARM Cortex-A9 (tiny 4412)
摘要:要求 移植linux增加系统调用并烧写至开发板 详细步骤 一、搭建linux编译环境 1、GCC 编译器的安装: tar xzvf arm linux gcc 4.5.1 v6 vfp 20120301.tgz C/ arm linux gcc v //查看GCC版本 2、gedit ~/.bash
阅读全文
posted @
2018-06-07 16:46
destiny_sea
阅读(1926)
推荐(0)
STM32 f407 温湿度采集报警
摘要:软件 keil5 实现 1.使用stm32f407中的DS18B20传感器采集空气温度 2.使用stm32f407中的DHT11传感器采集空气的温度和湿度 3.显示到stm32f407的LCD液晶显示器上 4.当温度超过30℃时,led灯 和 电磁继电器控制的灯闪烁,蜂鸣器持续响 5.当温度低于30
阅读全文
posted @
2018-06-07 15:47
destiny_sea
阅读(6745)
推荐(0)
arduino mega 避障报距小车
摘要:流程图 硬件 mega2560 // Pin 13 has an LED connected on most Arduino boards. // give it a name: include //变量IO口定义 int a; int a1= 1; int a2= 1; int a3= 1; ch
阅读全文
posted @
2018-06-07 10:48
destiny_sea
阅读(393)
推荐(0)