登录
首页 » 嵌入式系统 » 基于ADI blackfin处理器的范例程序

基于ADI blackfin处理器的范例程序

于 2022-07-14 发布 文件大小:19.95 kB
0 145
下载积分: 2 下载次数: 1

代码说明:

基于ADI blackfin处理器的范例程序-ADI blackfin processor based on the example of the procedure

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • C语言和Java语言、开发、算法实现为主
    C语言和Java语言、嵌入式开发、算法实现为主-C language and Java language, Embedded development, algorithm-based
    2022-07-21 02:52:00下载
    积分:1
  • threadx操作源代码之
    threadx操作系统源代码之-threadx operating system"s source code 222222222222222222222 222 222 222 2
    2022-06-13 16:16:29下载
    积分:1
  • 十进制转bcd三种算法 单片机设计的可以看看 作为参看使用
    十进制转bcd三种算法 单片机设计的可以看看 作为参看使用-Decimal switch bcd three kinds of algorithms designed to take a look at as a microcontroller refer to the use of
    2023-07-15 23:00:03下载
    积分:1
  • EBD7312 蜂鸣器驱动 STD调试代码
    EBD7312 蜂鸣器驱动 STD调试代码-EBD7312 buzzer-STD code debugging
    2022-04-12 10:45:02下载
    积分:1
  • 8位LCD带8051接口
    8位LCD与8051系列控制器的接口。完美地适用于硬件和仿真。并且很容易连接更多的硬件和扩展代码..
    2022-01-30 22:55:56下载
    积分:1
  • 介绍了用CPLD辅助设计在中进行曲MPU复杂逻辑功能设计的总体方案,给出了通过对XC95144中复用控制寄存器进行配置以实现MPU复位逻辑和CPM协议切...
    介绍了用CPLD辅助设计在嵌入系统中进行曲MPU复杂逻辑功能设计的总体方案,给出了通过对XC95144中复用控制寄存器进行配置以实现MPU复位逻辑和CPM协议切换的实现方案和设计要点。-Introduced aided design using CPLD in the embedded system, march MPU complex logic functional design of the overall program given by XC95144 the re-configured using control registers in order to achieve the MPU reset switch logic and CPM protocol implementations and design elements.
    2022-05-21 18:03:51下载
    积分:1
  • 14*14点阵,调整为14×16 的。 不同于16*16,12*12的,比12*12的大气, 又不象16*16的满格,字与字之间没有什么间隙。 纵向取模,字节倒...
    14*14点阵,调整为14×16 的。 不同于16*16,12*12的,比12*12的大气, 又不象16*16的满格,字与字之间没有什么间隙。 纵向取模,字节倒序。 先取上面的14字节, 在取下面的14字节。 是14×14的字库加入了拼音的索引。并且索引的汉字部分做了简单的划分,避免一个拼音对应的汉字分在2个区中 原拼音索引格式是 0-0xd4f 拼音索引 8个字节一个记录,前面6个字节是拼音,后面2个字节是汉字所在的地址。(高字节在后,低字节在前) 映射在本字库的7B00-884F区 0x1000―0x2167 汉字区 映射在8880-99e7 0x2168―0x468f 汉字区 映射在3da50-3ffff 在【显示程序】里面有关于上面14×16字库中的读取程序,-14* 14 dot matrix, adjusting for the 14 16. Unlike 16.12* 16* 12, 12* 12 in the atmosphere, not like 16* 16 full grid of characters and characters no gap. Vertical take-mo, reverse-byte. Take the first 14 bytes above, the admission of the following 14 bytes. 14 14 is the character of the alphabet to join the index. Index of Chinese characters and do some simple division and avoid a corresponding Chinese phonetic pm in two areas Zhongyuan phonetic index format is 0-0xd4f phonetic indexing an 8-byte records, previous six byte is phonetic, behind two Chinese characters which is the byte address. (High byte in the post, little endian) mapping in the font 7B
    2022-01-30 18:10:35下载
    积分:1
  • AT91SAM7SE512cpu上通过usart口开发usb的例子,开发工具是IAR4_31A
    AT91SAM7SE512cpu上通过usart口开发usb的例子,开发工具是IAR4_31A-USART I AT91SAM7SE512cpu adopted development usb example, development tools is IAR4_31A
    2022-02-13 05:29:22下载
    积分:1
  • txt文件关键字获取
    txt文件关键字获取,从一个txt文件获取关键字,采用VS2010,用C++编写。txt文件关键字获取,从一个txt文件获取关键字,采用VS2010,用C++编写。txt文件关键字获取,从一个txt文件获取关键字,采用VS2010,用C++编写。txt文件关键字获取,从一个txt文件获取关键字,采用VS2010,用C++编写。
    2023-01-07 20:55:04下载
    积分:1
  • 总的来说,在uClinux上的开发和标准Linux还是很类似的。通常可以按照下面的步骤去设计和调试: 建立基于以太网的开发环境; 如果所设计的程序和硬件的关联不...
    总的来说,在uClinux上的开发和标准Linux还是很类似的。通常可以按照下面的步骤去设计和调试: 建立基于以太网的开发环境; 如果所设计的程序和硬件的关联不大,那么一定要在标准Linux上先编译和调试通过。灵活地使用gcc和gdb将大大节省时间; 将x86上的GCC编译好的应用程序用交叉编译工具来编译;如果编译时发现错误,那么很可能存在以下问题: 交叉编译器或库文件的路径不正确;最彻底的解决办法是重新装一次编译器; 遇到库不支持的函数;此时需要自己把函数的实现做成另外一个库供应用程序使用。如果是uClinux本身不支持的调用,那么就需要改写代码了。-Overall, the uClinux on the development and standard Linux is still very similar. Usually can use the following steps to design and debug : Ethernet-based development environment; If the design of the procedure and not linked to the hardware, then it must be the first standard Linux compiler and debugging through. Flexibility in the use of gdb and gcc will greatly save time; X86 will be on the GCC-compiled application with cross-compiler tool to compile; If you compile time error is found, it was very likely that the following issues : cross-compilers or libraries are not the correct path; The most radical solution is a re-installed time compiler; encountered does not support functions; At this time the need to
    2022-10-25 13:50:03下载
    积分:1
  • 696518资源总数
  • 105678会员总数
  • 22今日下载