在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → v3s裸机工程.rar

v3s裸机工程.rar

一般编程问题

下载此实例
  • 开发语言:Others
  • 实例大小:4.43M
  • 下载次数:18
  • 浏览次数:622
  • 发布时间:2021-11-14
  • 实例类别:一般编程问题
  • 发 布 人:js2021
  • 文件格式:.rar
  • 所需积分:2
 

实例介绍

【实例简介】
全志V3S裸机工程,实现了裸机下调试,并且使用jlinkv9初始化DDR,代码直接在DDR中执行,完成了usos iii移植,串口驱动,GIC中断控制器驱动,开发工具为IAR.
【实例截图】
【核心代码】
4744300845213963177.rar
├── Backup of v3s.ewp
├── Debug
│   ├── Exe
│   │   └── v3s.out
│   ├── List
│   │   └── v3s.map
│   └── Obj
│   ├── cache_cp15.pbi.xcl
│   ├── cache_v7.o
│   ├── cache_v7.pbi
│   ├── cache_v7.pbi.xcl
│   ├── cpu_a.o
│   ├── cpu_cache_armv7_generic_l1_l2c310_l2_a.o
│   ├── cpu_cache_armv7_generic_l1_l2c310_l2.o
│   ├── cpu_cache_armv7_generic_l1_l2c310_l2.pbi
│   ├── cpu_cache_armv7_generic_l1_l2c310_l2.pbi.xcl
│   ├── cpu_core.o
│   ├── cpu_core.pbi
│   ├── cpu_core.pbi.xcl
│   ├── dma.o
│   ├── dma.pbi
│   ├── dma.pbi.xcl
│   ├── dram.o
│   ├── dram.pbi
│   ├── dram.pbi.xcl
│   ├── gpio.o
│   ├── gpio.pbi.xcl
│   ├── irq_gic400.o
│   ├── irq_gic400.pbi
│   ├── irq_gic400.pbi.xcl
│   ├── lib_ascii.o
│   ├── lib_ascii.pbi
│   ├── lib_ascii.pbi.xcl
│   ├── lib_math.o
│   ├── lib_math.pbi
│   ├── lib_math.pbi.xcl
│   ├── lib_mem.o
│   ├── lib_mem.pbi
│   ├── lib_mem.pbi.xcl
│   ├── lib_str.o
│   ├── lib_str.pbi
│   ├── lib_str.pbi.xcl
│   ├── main.o
│   ├── main.pbi
│   ├── main.pbi.xcl
│   ├── os_cfg_app.o
│   ├── os_cfg_app.pbi
│   ├── os_cfg_app.pbi.xcl
│   ├── os_core.o
│   ├── os_core.pbi
│   ├── os_core.pbi.xcl
│   ├── os_cpu_a_vfp-d16.o
│   ├── os_cpu_a_vfp-d32.o
│   ├── os_cpu_c.o
│   ├── os_cpu_c.pbi
│   ├── os_cpu_c.pbi.xcl
│   ├── os_dbg.o
│   ├── os_dbg.pbi
│   ├── os_dbg.pbi.xcl
│   ├── os_flag.o
│   ├── os_flag.pbi
│   ├── os_flag.pbi.xcl
│   ├── os_int.o
│   ├── os_int.pbi
│   ├── os_int.pbi.xcl
│   ├── os_mem.o
│   ├── os_mem.pbi
│   ├── os_mem.pbi.xcl
│   ├── os_mon.o
│   ├── os_mon.pbi
│   ├── os_mon.pbi.xcl
│   ├── os_msg.o
│   ├── os_msg.pbi
│   ├── os_msg.pbi.xcl
│   ├── os_mutex.o
│   ├── os_mutex.pbi
│   ├── os_mutex.pbi.xcl
│   ├── os_pend_multi.o
│   ├── os_pend_multi.pbi
│   ├── os_pend_multi.pbi.xcl
│   ├── os_prio.o
│   ├── os_prio.pbi
│   ├── os_prio.pbi.xcl
│   ├── os_q.o
│   ├── os_q.pbi
│   ├── os_q.pbi.xcl
│   ├── os_sem.o
│   ├── os_sem.pbi
│   ├── os_sem.pbi.xcl
│   ├── os_stat.o
│   ├── os_stat.pbi
│   ├── os_stat.pbi.xcl
│   ├── os_task.o
│   ├── os_task.pbi
│   ├── os_task.pbi.xcl
│   ├── os_tick.o
│   ├── os_tick.pbi
│   ├── os_tick.pbi.xcl
│   ├── os_time.o
│   ├── os_time.pbi
│   ├── os_time.pbi.xcl
│   ├── os_tmr.o
│   ├── os_tmr.pbi
│   ├── os_tmr.pbi.xcl
│   ├── os_var.o
│   ├── os_var.pbi
│   ├── os_var.pbi.xcl
│   ├── start.o
│   ├── startup.o
│   ├── startup_os.o
│   ├── uart.o
│   ├── uart.pbi
│   ├── uart.pbi.xcl
│   ├── user_lib.o
│   ├── user_lib.pbi
│   ├── user_lib.pbi.xcl
│   ├── v3s.pbd
│   ├── v3s.pbd.browse
│   ├── v3s.pbd.linf
│   ├── v3s.pbw
│   ├── v3s_system.o
│   ├── v3s_system.pbi
│   └── v3s_system.pbi.xcl
├── Hardwave_v3s
│   ├── dma.c
│   ├── dma.h
│   ├── dram.c
│   ├── dram.h
│   ├── gpio.c
│   ├── irq_gic400.c
│   ├── irq_gic400.h
│   ├── mmu.c
│   ├── reg-ccu.h
│   ├── spi.c
│   ├── spi.h
│   ├── uart.c
│   ├── uart.h
│   ├── v3s_const.h
│   ├── v3s_map.h
│   ├── v3s_system.c
│   └── v3s_system.h
├── Program
│   └── ucOS_III
│   ├── Ports
│   │   ├── ARM-Cortex-A
│   │   │   ├── CCS
│   │   │   │   ├── os_cpu_a_vfp-d16.asm
│   │   │   │   ├── os_cpu_a_vfp-d32.asm
│   │   │   │   ├── os_cpu_a_vfp-none.asm
│   │   │   │   ├── os_cpu_c.c
│   │   │   │   └── os_cpu.h
│   │   │   ├── GNU
│   │   │   │   ├── os_cpu_a_vfp-d16.S
│   │   │   │   ├── os_cpu_a_vfp-d32.S
│   │   │   │   ├── os_cpu_a_vfp-none.S
│   │   │   │   ├── os_cpu_c.c
│   │   │   │   └── os_cpu.h
│   │   │   ├── IAR
│   │   │   │   ├── os_cpu_a_vfp-d16.asm
│   │   │   │   ├── os_cpu_a_vfp-d32.asm
│   │   │   │   ├── os_cpu_a_vfp-none.asm
│   │   │   │   ├── os_cpu_c.c
│   │   │   │   └── os_cpu.h
│   │   │   └── RealView
│   │   │   ├── os_cpu_a_vfp-d16.s
│   │   │   ├── os_cpu_a_vfp-d32.s
│   │   │   ├── os_cpu_a_vfp-none.s
│   │   │   ├── os_cpu_c.c
│   │   │   └── os_cpu.h
│   │   └── ARM-Cortex-M4
│   │   ├── CCS
│   │   │   ├── os_cpu_a.asm
│   │   │   ├── os_cpu_c.c
│   │   │   └── os_cpu.h
│   │   ├── GNU
│   │   │   ├── os_cpu_a.S
│   │   │   ├── os_cpu_c.c
│   │   │   └── os_cpu.h
│   │   ├── IAR
│   │   │   ├── os_cpu_a.asm
│   │   │   ├── os_cpu_c.c
│   │   │   └── os_cpu.h
│   │   └── RealView
│   │   ├── os_cpu_a.asm
│   │   ├── os_cpu_c.c
│   │   └── os_cpu.h
│   ├── Source
│   │   ├── os_cfg_app.c
│   │   ├── os_cfg_app.h
│   │   ├── os_cfg.h
│   │   ├── os_core.c
│   │   ├── os_dbg.c
│   │   ├── os_flag.c
│   │   ├── os.h
│   │   ├── os_int.c
│   │   ├── os_mem.c
│   │   ├── os_mon.c
│   │   ├── os_msg.c
│   │   ├── os_mutex.c
│   │   ├── os_pend_multi.c
│   │   ├── os_prio.c
│   │   ├── os_q.c
│   │   ├── os_sem.c
│   │   ├── os_stat.c
│   │   ├── os_task.c
│   │   ├── os_tick.c
│   │   ├── os_time.c
│   │   ├── os_tmr.c
│   │   ├── os_type.h
│   │   └── os_var.c
│   ├── uC-CPU
│   │   ├── ARM-Cortex-A
│   │   │   ├── CCS
│   │   │   │   ├── cpu_a.asm
│   │   │   │   └── cpu.h
│   │   │   ├── GNU
│   │   │   │   ├── cpu_a.S
│   │   │   │   └── cpu.h
│   │   │   ├── IAR
│   │   │   │   ├── cpu_a.asm
│   │   │   │   └── cpu.h
│   │   │   └── RealView
│   │   │   ├── cpu_a.s
│   │   │   └── cpu.h
│   │   ├── ARM-Cortex-M4
│   │   │   ├── CCS
│   │   │   │   ├── cpu_a.asm
│   │   │   │   ├── cpu_c.c
│   │   │   │   └── cpu.h
│   │   │   ├── GNU
│   │   │   │   ├── cpu_a.s
│   │   │   │   ├── cpu_c.c
│   │   │   │   └── cpu.h
│   │   │   ├── IAR
│   │   │   │   ├── cpu_a.asm
│   │   │   │   ├── cpu_c.c
│   │   │   │   └── cpu.h
│   │   │   └── RealView
│   │   │   ├── cpu_a.asm
│   │   │   ├── cpu_c.c
│   │   │   └── cpu.h
│   │   ├── Cache
│   │   │   └── armv7_generic_l1_l2c310_l2
│   │   │   ├── cpu_cache_armv7_generic_l1_l2c310_l2.c
│   │   │   ├── GNU
│   │   │   │   └── cpu_cache_armv7_generic_l1_l2c310_l2_a.S
│   │   │   ├── IAR
│   │   │   │   └── cpu_cache_armv7_generic_l1_l2c310_l2_a.s
│   │   │   └── RealView
│   │   │   └── cpu_cache_armv7_generic_l1_l2c310_l2_a.s
│   │   ├── cpu_cache.h
│   │   ├── cpu_cfg.h
│   │   ├── cpu_core.c
│   │   ├── cpu_core.h
│   │   ├── cpu_def.h
│   │   └── os_cfg.h
│   └── uC-LIB
│   ├── lib_ascii.c
│   ├── lib_ascii.h
│   ├── lib_cfg.h
│   ├── lib_def.h
│   ├── lib_math.c
│   ├── lib_math.h
│   ├── lib_mem.c
│   ├── lib_mem.h
│   ├── lib_str.c
│   └── lib_str.h
├── settings
│   ├── v3s.crun
│   ├── v3s.dbgdt
│   ├── v3s.Debug.cspy.bat
│   ├── v3s.Debug.cspy.ps1
│   ├── v3s.Debug.driver.xcl
│   ├── v3s.Debug.general.xcl
│   ├── v3s_Debug.jlink
│   ├── v3s.dni
│   ├── v3s.dnx
│   ├── v3s.reggroups
│   ├── v3s.wsdt
│   ├── v3s.wsdt-
│   └── v3s.wspos
├── system
│   ├── armv7.h
│   ├── cache_cp15.c
│   ├── cache_v7.c
│   ├── core_ca7.h
│   ├── core_ca.h
│   ├── cortexa_iar.h
│   ├── startup_os.s
│   ├── startup.s
│   ├── system.c
│   ├── system.h
│   ├── typedef.h
│   ├── user_lib.c
│   ├── user_lib.h
│   └── v3s.icf
├── user
│   ├── main.c
│   └── main.h
├── v3s.dep
├── v3s.ewd
├── v3s.ewp
├── v3s.ewt
├── v3s.eww
├── vscode.code-workspace
├── 初始化外部SDRAM.txt
└── 外部SDRAM初始化.mac

39 directories, 268 files

标签:

实例下载地址

v3s裸机工程.rar

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警