自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(5)
  • 资源 (24)
  • 收藏
  • 关注

原创 RTC时钟换算函数

时间日期转换成32位数 typedef struct CTime_tagtm { // 日期时间 u8 tm_sec; // seconds after the minute - [0,59] u8 tm_min; // minutes after the hour - [0,59] u8 tm_hour; // hours since midni

2017-11-24 11:09:53 2499

原创 C常用基础函数集合

/*** 字符处理 ***/#define MAKEWORD(a, b) ((WORD)(((BYTE)(((DWORD_PTR)(a)) & 0xff)) | ((WORD)((BYTE)(((DWORD_PTR)(b)) & 0xff))) << 8)) #define MAKELONG(a, b) ((LONG)(((WORD)(((DWORD_PTR)(a)) &

2017-11-24 11:00:04 663

转载 uboot命令总结

uboot命令总结 1、bootm bootm [addr [arg ...]]     - boot application image stored in memory           passing arguments 'arg ...'; when booting a Linux kernel,           'arg' can be

2017-11-07 11:24:09 195

转载 enum 在c中的使用

enum 在c中的使用 如果一个变量你需要几种可能存在的值,那么就可以被定义成为枚举类型。之所以叫枚举就是说将变量或者叫对象可能存在的情况也可以说是可能的值一一例举出来。    举个例子来说明一吧,为了让大家更明白一点,比如一个铅笔盒中有一支笔,但在没有打开之前你并不知道它是什么笔,可能是铅笔也可能是钢笔,这里有两种可能,那么你就可以定义一个枚举类型来表示它! enum bo

2017-11-02 14:04:35 133

转载 Linux MTD系统剖析

Linux MTD系统剖析 MTD,Memory Technology Device即内存技术设备,在Linux内核中,引入MTD层为NOR FLASH和NAND FLASH设备提供统一接口。MTD将文件系统与底层FLASH存储器进行了隔离。 如上图所示,MTD设备通常可分为四层,从上到下依次是:设备节点、MTD设备层、MTD原始设备层、硬件驱动层。 Flash硬

2017-11-01 20:22:51 290

libyuv动态库与静态库的使用,封装,测试demo

libyuv动态库与静态库的使用,封装,测试demo.libyuv所处理的数据类型一般都是NV21 YUV420格式。需求端客户要对8位的灰度图像进行放缩处理,同时对外发布版本的时候不能直接告诉客户我们用的是libyuv,所以需要对libyuv进行一次函数接口重新封装,打包成一个我们自己的库对外发布。

2022-08-03

HDSC.HC32F072.1.0.1.pack

华大单片机HDSC.HC32F072芯片包

2021-03-28

NXP.MIMXRT1176_DFP.12.0.0 (1).pack

NXP.MIMXRT1176_DFP.12.0.0软件包

2021-03-10

NXP.MIMXRT1052_DFP.12.1.0.pack

NXP.MIMXRT1052_DFP.12.1.0软件包

2021-02-20

MIMXRT1050_QSPI3in1.FLM

MIMXRT1050_QSPI3in1.FLM下载算法

2021-02-20

MIMXRT106x_QSPI_4KB_SEC.FLM

MIMXRT106x_QSPI_4KB_SEC下载算法

2021-02-20

NXP.MIMXRT1062_DFP.12.1.0.pack

RT1062芯片支持包

2021-02-20

MIMXRT_QSPIFLASH.FLM

MIMXRT_QSPIFLASH下载算法

2021-02-20

STM32H750_MT25Q128.FLM

Flash程序烧写配置文件。用于keil软件开发环境,适用于STM32H750_MT25Q128 32M 外挂SPI flash

2020-05-21

STM_VCOM_1.3.1.rar

用于意法半导体USB串口STMicroelectronics Virtual COM Port驱动,内附驱动stmcdc.inf文件,以及所需要的usbser.sys文件,精简系统同样可以安装。 驱动带签名,完美支持WIN10系统。支持如下硬件ID: USB\VID_0483&PID_5740

2020-05-21

USB摄像头调试软件

USB摄像头调试软件,解压后分为英文和中文两个版本。可设置摄像头分辨率,录像,视频存取,详细设置摄像头各个参数等

2020-04-16

VL53L1X测试demo.zip

VL53L1X测距传感器驱动(基于STM32H750 HAL库函数),已调通,能直接输出距离信息。根据你的板子实际管教分配,做修改后即可使用

2020-04-07

Beyond Compare_和谐版

代码比较工具Beyond Compare 免安装 和谐版

2019-03-03

TMS320C66x汇编指令集

TMS320C66x汇编指令集 The TMS320C66x is the next-generation fixed and floating-point DSP. The new DSP enhances the TMS320C674x, which merged the TMS320C67x+ floating point and the TMS320C64x+ fixed point instruction set architectures.This document describes the CPU architecture, pipeline, instruction set, and interrupts of the C66x DSP.

2018-06-04

VisionSDK_SW_Architecture.pdf

VisionSDK_SW_Architecture.pdf • Vision SDK Overview – Vision SDK Goals and Features – Example ADAS data flows • Components in Vision SDK • Vision SDK – Architecture Overview • Vision SDK – Architecture Details – Link API – Inter processor communication – Algorithm link

2018-05-02

Blackfin_pgr_rev2.2.pdf

BF609 汇编指令集手册 Blackfin Processor Programming Reference contains information about the processor architecture and assembly language for Blackfin processors. This manual is applicable to single-core and dual-core Blackfin processors. In many ways, they are identical. The exceptions to this are noted in Chapter 6, “Memory”. The manual provides information on how assembly instructions execute on the Blackfin processor’s architecture along with reference information about processor operations.

2018-05-02

TDA3x_SR1.0_NDA_TRM_vG.pdf

TDA3x Overview TDA3x is an ADAS application device based on enhanced OMAP™ architecture integrated on a 28-nm technology. TDA3x complements the TDA2x ADAS device family by using a common architecture, enabling scalability from entry to high performance for a broad range of applications. • The device family is targeted at ADAS applications including Front Camera, Intelligent Rear Camera, Radar and Mirror Replacement. • The device is composed of the following main subsystems: – Up to two Digital Signal Processor (DSP) C66x™ subsystems – Embedded Vision Engine (EVE™) accelerator subsystem – Dual Cortex™-M4 microprocessor unit (MCU) subsystem – Video Input capture Port (VIP) – Display Subsystem &#40;DSS&#41; – Imaging Subsystem &#40;ISS&#41; with Imaging Signal Processor (ISP) – Debug Subsystem

2018-05-02

TDA3X_15X15_EVM_OrCAD_PDF_Files_Rev_C1

官方评估板手册 TDA3X_15X15_EVM_OrCAD_PDF_Files_Rev_C1

2018-05-02

TDA3x Silicon Revision

TI TDA3X 芯片手册 TDA3x is an ADAS applications device based on enhanced OMAP™ architecture integrated on a 28-nm technology. TDA3x complements the TDA2x ADAS device family by using a common architecture, enabling scalability from entry to high performance for a broad range of applications. • The device family is targeted at ADAS applications including Front Camera, Intelligent Rear Camera, Radar and Mirror Replacement.

2018-05-02

QT图像算法测试界面框架

QT图像算法测试界面框架

2017-07-23

DM8148烟雾检测,彩虹图算法

DM8148烟雾检测,彩虹图算法

2017-07-23

DSP鱼眼图像校正

打开一张BMP格式图像,鱼眼矫正算法处理

2017-07-23

ccsv5.2 license

ccsv5.2 license ccsv5.2破解证书 证书是5.1的,但是5.2可用

2014-12-05

ccsv5的使用方法

该文档详细的介绍了ccs5的安装和基本的使用方法。包括建立一个新工程,调试,编译,软件仿真等等

2014-09-17

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除