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

OK6410裸机及开发源代码全集.rar

一般编程问题

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

实例介绍

【实例简介】
OK6410裸机及开发源代码全集
【实例截图】
【核心代码】
4744300845212691196.rar
└── OK6410开发板裸机调试程序(各种功能齐全)
├── 6410_test
│   ├── 6410_scatter.txt
│   ├── 6410_Test.mcp
│   ├── 6410_Test_NonVIC.mcp
│   └── Components
│   ├── _common
│   │   ├── 6410_main.c
│   │   ├── def.h
│   │   ├── DhryStone
│   │   │   ├── dhry_1.c
│   │   │   ├── dhry_2.c
│   │   │   └── dhry.h
│   │   ├── fpinit.c
│   │   ├── library.c
│   │   ├── library.h
│   │   ├── option.h
│   │   ├── option.inc
│   │   ├── register_addr.h
│   │   ├── retarget.c
│   │   ├── retarget_.s
│   │   ├── scatter_load.c
│   │   ├── sfr6410.h
│   │   ├── startup.s
│   │   ├── system.c
│   │   ├── system.h
│   │   ├── system_.s
│   │   └── vfpinit.s
│   ├── connectivity
│   │   ├── adcts.c
│   │   ├── adcts.h
│   │   ├── adcts_test.c
│   │   ├── fat.c
│   │   ├── fat.h
│   │   ├── gib.c
│   │   ├── gib.h
│   │   ├── gib_test.c
│   │   ├── gpio.c
│   │   ├── gpio.h
│   │   ├── gpio_test.c
│   │   ├── hostif.c
│   │   ├── hostif.h
│   │   ├── hostif_test.c
│   │   ├── hsi.c
│   │   ├── hsi.h
│   │   ├── hsi_test.c
│   │   ├── iic.c
│   │   ├── iic.h
│   │   ├── iic_test.c
│   │   ├── IrDA.c
│   │   ├── IrDA.h
│   │   ├── IrDA_test.c
│   │   ├── keypad.c
│   │   ├── keypad.h
│   │   ├── keypad_test.c
│   │   ├── modemif.c
│   │   ├── modemif.h
│   │   ├── modemif_test.c
│   │   ├── otg_dev.c
│   │   ├── otg_dev.h
│   │   ├── otg_dev_test.c
│   │   ├── sdhc.c
│   │   ├── sdhc.h
│   │   ├── sdhc_test.c
│   │   ├── spi.c
│   │   ├── spi.h
│   │   ├── spi_test.c
│   │   ├── uart.c
│   │   ├── uart.h
│   │   └── uart_test.c
│   ├── memory
│   │   ├── ata.c
│   │   ├── ata.h
│   │   ├── ata_test.c
│   │   ├── cf.c
│   │   ├── cf.h
│   │   ├── dmc.c
│   │   ├── dmc.h
│   │   ├── dmc_library.c
│   │   ├── dmc_library.h
│   │   ├── Dmc_test.c
│   │   ├── nand.c
│   │   ├── nand.h
│   │   ├── nand_org.c
│   │   ├── nand_org.h
│   │   ├── nand_test.c
│   │   ├── nand_test_org.c
│   │   ├── ONBL_map11.s
│   │   ├── onenand.c
│   │   ├── onenand.h
│   │   ├── onenand_test.c
│   │   ├── pccard.c
│   │   ├── pccard.h
│   │   ├── pccard_test.c
│   │   ├── sromc.c
│   │   ├── sromc.h
│   │   ├── sromc_test.c
│   │   └── sromc_test.c.keep
│   ├── multimedia
│   │   ├── ac97.c
│   │   ├── ac97.h
│   │   ├── ac97_test.c
│   │   ├── audio
│   │   │   ├── audio.c
│   │   │   └── audio.h
│   │   ├── camera.c
│   │   ├── camera.h
│   │   ├── cameram.c
│   │   ├── cameram.h
│   │   ├── camera_test.c
│   │   ├── fimg3d
│   │   │   ├── Config.h
│   │   │   ├── Debug.cpp
│   │   │   ├── Debug.h
│   │   │   ├── defines.h
│   │   │   ├── fgl_inc
│   │   │   │   ├── fglconfig.h
│   │   │   │   ├── fgl.h
│   │   │   │   ├── macros.h
│   │   │   │   └── register.h
│   │   │   ├── fgl_lib
│   │   │   │   ├── global.c
│   │   │   │   ├── interface.c
│   │   │   │   ├── perfrag.c
│   │   │   │   ├── primitive.c
│   │   │   │   ├── raster.c
│   │   │   │   ├── shader.c
│   │   │   │   └── texture.c
│   │   │   ├── Fimg3DTest.cpp
│   │   │   ├── Fimg3DTest.h
│   │   │   ├── MathTable.h
│   │   │   ├── Matrix4.cpp
│   │   │   ├── Matrix4.h
│   │   │   ├── models
│   │   │   │   ├── Bishop.dat
│   │   │   │   ├── Bishop.h
│   │   │   │   ├── Bunny.dat
│   │   │   │   ├── Bunny.h
│   │   │   │   ├── Cow.dat
│   │   │   │   ├── Cow.h
│   │   │   │   ├── Cubemap.dat
│   │   │   │   ├── Cubemap.h
│   │   │   │   ├── Dragon.dat
│   │   │   │   ├── Dragon.h
│   │   │   │   ├── Flag.dat
│   │   │   │   ├── Flag.h
│   │   │   │   ├── Fog.dat
│   │   │   │   ├── Fog.h
│   │   │   │   ├── MeshEarth.dat
│   │   │   │   ├── PaletteTable.h
│   │   │   │   ├── Pawn.dat
│   │   │   │   ├── Pawn.h
│   │   │   │   ├── PointSprite.dat
│   │   │   │   ├── PointSprite.h
│   │   │   │   ├── Sphere1.dat
│   │   │   │   ├── Sphere1.h
│   │   │   │   ├── Sphere.dat
│   │   │   │   ├── Sphere.h
│   │   │   │   ├── Teapot.dat
│   │   │   │   ├── Teapot.h
│   │   │   │   ├── Venus.dat
│   │   │   │   └── Venus.h
│   │   │   ├── shaders
│   │   │   │   ├── BumpMap.psa.h
│   │   │   │   ├── BumpMap.vsa.h
│   │   │   │   ├── CubeTex.psa.h
│   │   │   │   ├── CubeTex.vsa.h
│   │   │   │   ├── DepthOffset.psa.h
│   │   │   │   ├── DepthOffset.vsa.h
│   │   │   │   ├── Diffuse.vsa.h
│   │   │   │   ├── Displacement.psa.h
│   │   │   │   ├── Displacement.vsa.h
│   │   │   │   ├── Fog.psa.h
│   │   │   │   ├── Fog.vsa.h
│   │   │   │   ├── gl_fixed_func.psa.h
│   │   │   │   ├── gl_fixed_func.vsa.h
│   │   │   │   ├── Imaging.psa.h
│   │   │   │   ├── Imaging.vsa.h
│   │   │   │   ├── Lighting.vsa.h
│   │   │   │   ├── Models.psa.h
│   │   │   │   ├── Models.vsa.h
│   │   │   │   ├── mov_v2o.psa.h
│   │   │   │   ├── mov_v2o.vsa.h
│   │   │   │   ├── mov_v3o.vsa.h
│   │   │   │   ├── mov_v4o.vsa.h
│   │   │   │   ├── MultiTex.psa.h
│   │   │   │   ├── MultiTex.vsa.h
│   │   │   │   ├── mvp_v2o.vsa.h
│   │   │   │   ├── PointSprite.psa.h
│   │   │   │   ├── PointSprite.vsa.h
│   │   │   │   ├── ProgramCtrl.psa.h
│   │   │   │   ├── ProgramCtrl.vsa.h
│   │   │   │   ├── tex_bypass_psa.h
│   │   │   │   ├── tex_bypass_vsa.h
│   │   │   │   ├── TexCubemap.psa.h
│   │   │   │   ├── TexCubemap.vsa.h
│   │   │   │   ├── TexFmt2D.psa.h
│   │   │   │   ├── TexFmt2D.vsa.h
│   │   │   │   ├── TexFmt3D.psa.h
│   │   │   │   ├── TexFmt3D.vsa.h
│   │   │   │   ├── TexLod.psa.h
│   │   │   │   ├── TexLod_v1_2.psa.h
│   │   │   │   ├── TexLod.vsa.h
│   │   │   │   ├── Transform.psa.h
│   │   │   │   ├── Transform.vsa.h
│   │   │   │   └── VtxDataType.vsa.h
│   │   │   ├── ShaderUtility.cpp
│   │   │   ├── ShaderUtility.h
│   │   │   ├── SysUtility.cpp
│   │   │   ├── SysUtility.h
│   │   │   ├── sysutil.s
│   │   │   ├── test_vectors
│   │   │   │   ├── Alpha.cpp
│   │   │   │   ├── BackfaceCull.cpp
│   │   │   │   ├── Blend.cpp
│   │   │   │   ├── BumpMap.cpp
│   │   │   │   ├── Bunny.cpp
│   │   │   │   ├── BurstTransfer.cpp
│   │   │   │   ├── ClipTri.cpp
│   │   │   │   ├── ClipTriFan0.cpp
│   │   │   │   ├── ClipTriFan1.cpp
│   │   │   │   ├── ClipTriStrip.cpp
│   │   │   │   ├── ColorWriteMask.cpp
│   │   │   │   ├── Cow.cpp
│   │   │   │   ├── Depth.cpp
│   │   │   │   ├── DepthOffset.cpp
│   │   │   │   ├── DepthWriteMask.cpp
│   │   │   │   ├── DisplaceVtx.cpp
│   │   │   │   ├── Dragon.cpp
│   │   │   │   ├── Fog.cpp
│   │   │   │   ├── FrameBufFmt.cpp
│   │   │   │   ├── Imaging.cpp
│   │   │   │   ├── Lighting.cpp
│   │   │   │   ├── Line.cpp
│   │   │   │   ├── LineLoop.cpp
│   │   │   │   ├── LineStrip.cpp
│   │   │   │   ├── LogicOp.cpp
│   │   │   │   ├── MipmapFmt8888.cpp
│   │   │   │   ├── MultiTex.cpp
│   │   │   │   ├── NWTriFan0.cpp
│   │   │   │   ├── NWTriFan1.cpp
│   │   │   │   ├── NWTriStrip.cpp
│   │   │   │   ├── Pawn.cpp
│   │   │   │   ├── Point.cpp
│   │   │   │   ├── PointSprite.cpp
│   │   │   │   ├── ProgramCtrl.cpp
│   │   │   │   ├── SamplingPos.cpp
│   │   │   │   ├── Scissor.cpp
│   │   │   │   ├── SFRegRwTest.cpp
│   │   │   │   ├── SmallTri.cpp
│   │   │   │   ├── Stencil.cpp
│   │   │   │   ├── Teapot.cpp
│   │   │   │   ├── TexCubemap.cpp
│   │   │   │   ├── TexFmt2D.cpp
│   │   │   │   ├── TexFmt3D8888.cpp
│   │   │   │   ├── TexFmts3tc.cpp
│   │   │   │   ├── TexLOD.cpp
│   │   │   │   ├── TexMipMapFilter.cpp
│   │   │   │   ├── TexUVMode.cpp
│   │   │   │   ├── Transform.cpp
│   │   │   │   ├── Tri.cpp
│   │   │   │   ├── TriFan.cpp
│   │   │   │   ├── TriStrip.cpp
│   │   │   │   ├── VBAutoIncre.cpp
│   │   │   │   ├── VBIdxTrans.cpp
│   │   │   │   ├── VBMixedIdx.cpp
│   │   │   │   ├── Venus.cpp
│   │   │   │   ├── Viewport.cpp
│   │   │   │   ├── VtxCache.cpp
│   │   │   │   ├── VtxDataType.cpp
│   │   │   │   └── XYClipping.cpp
│   │   │   ├── textures
│   │   │   │   ├── Back.dds
│   │   │   │   ├── BumpMap.in
│   │   │   │   ├── CubeTexFmt8888.in
│   │   │   │   ├── DisplaceVtxFmt8888.in
│   │   │   │   ├── Earth.dds
│   │   │   │   ├── flash.dds
│   │   │   │   ├── Flora.dds
│   │   │   │   ├── FogTexFmt1555.in
│   │   │   │   ├── ImagingFmt8888.in
│   │   │   │   ├── MipmapFmt8888.in
│   │   │   │   ├── Mipmap_S3TC.in
│   │   │   │   ├── MultiTex.in
│   │   │   │   ├── Particles.in
│   │   │   │   ├── ProgramCtrl.in
│   │   │   │   ├── Reflect.dds
│   │   │   │   ├── TexCubemapARGB888.raw
│   │   │   │   ├── TexFmt2D.in
│   │   │   │   ├── TexFmt3D8888.in
│   │   │   │   ├── TexFmts3tc.in
│   │   │   │   ├── TexFmt_S3TC.in
│   │   │   │   ├── TexLOD_Chess1.in
│   │   │   │   ├── TexLOD_Chess2.in
│   │   │   │   ├── TexLOD_Chess.in
│   │   │   │   ├── TexLOD.dds
│   │   │   │   ├── TexLOD_Grid.in
│   │   │   │   ├── TexLOD.in
│   │   │   │   ├── TexMipMapFilter.in
│   │   │   │   ├── textMusic64x16.raw
│   │   │   │   ├── TexUVModeChess.in
│   │   │   │   ├── TexUVMode.in
│   │   │   │   ├── TranformTexFmt1555_.in
│   │   │   │   └── YUVSamplingFactor.in
│   │   │   ├── Vect4D.cpp
│   │   │   ├── Vect4D.h
│   │   │   └── VectorsList.h
│   │   ├── g2d.c
│   │   ├── g2d.h
│   │   ├── g2d_test.c
│   │   ├── glib.c
│   │   ├── glib_font.h
│   │   ├── glib.h
│   │   ├── i2s.c
│   │   ├── i2s.h
│   │   ├── i2smulti.c
│   │   ├── i2smulti.h
│   │   ├── i2smulti_test.c
│   │   ├── i2s_test.c
│   │   ├── image
│   │   │   ├── 420guitar240320.YCbCr
│   │   │   ├── 420pic0_720x480.YUV
│   │   │   ├── 422girl3.bin
│   │   │   ├── 422sm5.bin
│   │   │   ├── autumn.h
│   │   │   ├── bmp
│   │   │   │   ├── bear.bmp
│   │   │   │   ├── entertainment10.bmp
│   │   │   │   ├── entertainment11.bmp
│   │   │   │   ├── entertainment12.bmp
│   │   │   │   ├── entertainment13.bmp
│   │   │   │   ├── entertainment14.bmp
│   │   │   │   ├── entertainment15.bmp
│   │   │   │   ├── entertainment1.bmp
│   │   │   │   ├── entertainment2.bmp
│   │   │   │   ├── entertainment3.bmp
│   │   │   │   ├── entertainment4.bmp
│   │   │   │   ├── entertainment5.bmp
│   │   │   │   ├── entertainment6.bmp
│   │   │   │   ├── entertainment7.bmp
│   │   │   │   ├── entertainment8.bmp
│   │   │   │   ├── entertainment9.bmp
│   │   │   │   ├── Illustrate1.bmp
│   │   │   │   ├── Illustrate2.bmp
│   │   │   │   ├── Illustrate3.bmp
│   │   │   │   ├── Illustrate4.bmp
│   │   │   │   ├── Illustrate5.bmp
│   │   │   │   ├── Illustrate6.bmp
│   │   │   │   ├── Illustrate7.bmp
│   │   │   │   ├── Illustrate8.bmp
│   │   │   │   ├── Illustrate9.bmp
│   │   │   │   └── smurf.bmp
│   │   │   ├── guitar240320_16rgb.h
│   │   │   ├── Guitar240320_24.h
│   │   │   ├── guitar240320_CbYCrY422.h
│   │   │   ├── guitar240320_CrYCbY422.h
│   │   │   ├── guitar240320_YCbYCr420.h
│   │   │   ├── guitar240320_YCbYCr422.h
│   │   │   ├── guitar240320_YCrYCb422.h
│   │   │   ├── QVGA_24bpp_Image.h
│   │   │   ├── Smile800480_24bpp2.h
│   │   │   ├── Smile800480_24bpp3.h
│   │   │   ├── SmileAgain.h
│   │   │   ├── Smile.h
│   │   │   ├── sun240320_16bpp.h
│   │   │   ├── sun240320_24bpp.h
│   │   │   ├── sun320240_16bpp.h
│   │   │   └── sun320240_24bpp.h
│   │   ├── jpeg.c
│   │   ├── jpeg.h
│   │   ├── jpeg_tables.h
│   │   ├── jpeg_test.c
│   │   ├── lcd.c
│   │   ├── lcd.h
│   │   ├── lcd_test.c
│   │   ├── mfc.c
│   │   ├── mfc.h
│   │   ├── mfc_test.c
│   │   ├── pcm.c
│   │   ├── pcm.h
│   │   ├── pcm_test.c
│   │   ├── post.c
│   │   ├── post.h
│   │   ├── post_test.c
│   │   ├── post_test.h
│   │   ├── Prism_S_V131.h
│   │   ├── Prism_S_V134.h
│   │   ├── rotator.c
│   │   ├── rotator.h
│   │   ├── rotator_test.c
│   │   ├── scaler_test.c
│   │   ├── tvenc.c
│   │   ├── tvenc.h
│   │   ├── tvenc_test.c
│   │   ├── vsparser.c
│   │   └── vsparser.h
│   ├── peripheral
│   │   ├── cs8900.c
│   │   ├── cs8900.h
│   │   ├── dma.c
│   │   ├── dma.h
│   │   ├── dma_test.c
│   │   ├── intc.c
│   │   ├── intc.h
│   │   ├── Intc_test.c
│   │   ├── lan9115.c
│   │   ├── lan9115.h
│   │   ├── rtc.c
│   │   ├── rtc.h
│   │   ├── rtc_test.c
│   │   ├── sblock.c
│   │   ├── sblock_data.h
│   │   ├── sblock.h
│   │   ├── sblock_para.h
│   │   ├── Sblock_test.c
│   │   ├── timer.c
│   │   ├── timer.h
│   │   ├── timer_test.c
│   │   ├── watchdogtimer.c
│   │   ├── watchdogtimer.h
│   │   └── watchdogtimer_test.c
│   └── syscon
│   ├── clock_test.c
│   ├── clock_test.h
│   ├── power_test.c
│   ├── power_test.h
│   ├── reset_test.c
│   ├── reset_test.h
│   ├── sysc.c
│   ├── sysc.h
│   └── Sysc_test.c
└── 使用说明请参看右侧注释===〉〉.txt

20 directories, 412 files

标签:

实例下载地址

OK6410裸机及开发源代码全集.rar

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

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

网友评论

发表评论

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

查看所有0条评论>>

小贴士

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

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

关于好例子网

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

;
报警