文件名称:123

  • 所属分类:
  • 微处理器(ARM/PowerPC等)
  • 资源属性:
  • [C/C++] [源码]
  • 上传时间:
  • 2012-11-26
  • 文件大小:
  • 462kb
  • 下载次数:
  • 0次
  • 提 供 者:
  • f
  • 相关连接:
  • 下载说明:
  • 别用迅雷下载,失败请重下,重下不扣分!

介绍说明--下载内容均来自于网络,请自行研究使用

----曾经有一段真挚的代码放在我的公司电脑里,但我却没能带回家(因为公司的电脑把USB口封了),尘世间最郁闷的事情

莫过于此,如果上天愿意给我一个机会,我会对自己说,把代码带回家吧,如果一定要给一个容量,我希望是:1万G!





辛勤地打工的工程师们,你们是否曾经有过或者你们的朋友有过这样的经历,自己辛辛苦苦为公司写的代码和设计的PCB,却无

论如何都不能据为己有?因为公司不允许个人电脑上网,因为公司的电脑居然吧USB口封闭了!!!这时候,我们是万般地郁

闷,但是,作为一个以电子开发为主的公司,无论他把多少个USB口封了,都永远会留给你一个串口!!

正是这个串口,使我们想到了这样的一个东西---淫荡的工程师利器(又名:郁闷的工程师利器):串口也可插U盘



设计思路:利用STM32的ARM CPU作为主控+CH375 USB HOST芯片,设计出一个转换板,U盘插进这个板上,板的另一头则是串

口,插到电脑上,利用常用的串口调试工具SSCOM或者WINDOW的超级终端,实现把电脑上任意文件通过232传送到U盘上。----- There was a genuine code on my company computer, but I failed to take home (because the company s computer to the USB port closure

A), the most depressing thing earthly

Than this, if God is willing to give me a chance, I will say to yourself, the code take home, if we give a capacity

I hope: 10,000 G!





Engineers to work hard, whether you have had or your friends have had this experience, he worked hard for companies to write

Code and design of the PCB, but no

Can not be appropriated on how to? Because the company does not allow personal computer access, because the company s computer USB port it actually closed! ! ! This

, We are putting to Yu

Boring, but mainly as an electronic development company, no matter how many he closed the USB port, you are always left to a string

Mouth! !

It is this serial, so we thought such a thing--- lustful engineers tool (also known as: depressed engineers weapon): Serial

Can also be inserted U disk



Design idea: use the
(系统自动生成,下载前可以参看下载内容)

下载文件列表

工程师利器\YD1.Sch

..........\YD1.PCB

..........\CODE\src\usart.h

..........\....\...\main.c

..........\....\...\stm32f10x_conf.h

..........\....\...\stm32f10x_it.c

..........\....\...\stm32f10x_it.h

..........\....\...\USART.c

..........\....\...\GPIO.C

..........\....\...\NVIC.c

..........\....\...\RCC.c

..........\....\...\hal.c

..........\....\...\hal.h

..........\....\...\mych375.c

..........\....\...\yd.c

..........\....\...\yd.h

..........\....\...\my375lib.h

..........\....\...\STM32Lib\misc.c

..........\....\...\........\stm32f10x_adc.c

..........\....\...\........\stm32f10x_bkp.c

..........\....\...\........\stm32f10x_can.c

..........\....\...\........\stm32f10x_crc.c

..........\....\...\........\stm32f10x_dac.c

..........\....\...\........\stm32f10x_dbgmcu.c

..........\....\...\........\stm32f10x_dma.c

..........\....\...\........\stm32f10x_exti.c

..........\....\...\........\stm32f10x_flash.c

..........\....\...\........\stm32f10x_fsmc.c

..........\....\...\........\stm32f10x_gpio.c

..........\....\...\........\stm32f10x_i2c.c

..........\....\...\........\stm32f10x_iwdg.c

..........\....\...\........\stm32f10x_pwr.c

..........\....\...\........\stm32f10x_rcc.c

..........\....\...\........\stm32f10x_rtc.c

..........\....\...\........\stm32f10x_sdio.c

..........\....\...\........\stm32f10x_spi.c

..........\....\...\........\stm32f10x_tim.c

..........\....\...\........\stm32f10x_usart.c

..........\....\...\........\stm32f10x_wwdg.c

..........\....\...\........\misc.h

..........\....\...\........\stm32f10x_adc.h

..........\....\...\........\stm32f10x_bkp.h

..........\....\...\........\stm32f10x_can.h

..........\....\...\........\stm32f10x_crc.h

..........\....\...\........\stm32f10x_dac.h

..........\....\...\........\stm32f10x_dbgmcu.h

..........\....\...\........\stm32f10x_dma.h

..........\....\...\........\stm32f10x_exti.h

..........\....\...\........\stm32f10x_flash.h

..........\....\...\........\stm32f10x_fsmc.h

..........\....\...\........\stm32f10x_gpio.h

..........\....\...\........\stm32f10x_i2c.h

..........\....\...\........\stm32f10x_iwdg.h

..........\....\...\........\stm32f10x_pwr.h

..........\....\...\........\stm32f10x_rcc.h

..........\....\...\........\stm32f10x_rtc.h

..........\....\...\........\stm32f10x_sdio.h

..........\....\...\........\stm32f10x_spi.h

..........\....\...\........\stm32f10x_tim.h

..........\....\...\........\stm32f10x_usart.h

..........\....\...\........\stm32f10x_wwdg.h

..........\....\...\........\stm32f10x.h

..........\....\...\........\system_stm32f10x.c

..........\....\...\........\system_stm32f10x.h

..........\....\...\........\core_cm3.c

..........\....\...\........\core_cm3.h

..........\....\...\........\stm32f10x_conf.h

..........\....\...\........\StartUp\startup_stm32f10x_hd.s

..........\....\...\........\.......\startup_stm32f10x_ld.s

..........\....\...\........\.......\startup_stm32f10x_md.s

..........\....\...\........\.TM32Lib\misc.c

..........\....\...\........\........\stm32f10x_adc.c

..........\....\...\........\........\stm32f10x_bkp.c

..........\....\...\........\........\stm32f10x_can.c

..........\....\...\........\........\stm32f10x_crc.c

..........\....\...\........\........\stm32f10x_dac.c

..........\....\...\........\........\stm32f10x_dbgmcu.c

..........\....\...\........\........\stm32f10x_dma.c

..........\....\...\........\........\stm32f10x_exti.c

..........\....\...\........\........\stm32f10x_flash.c

..........\....\...\........\........\stm32f10x_fsmc.c

..........\....\...\........\........\stm32f10x_gpio.c

..........\....\...\........\........\stm32f10x_i2c.c

..........\....\...\........\........\stm32f10x_iwdg.c

..........\....\...\........\........\stm32f10x_pwr.c

..........\....\...\........\........\stm32f10x_rcc.c

..........\....\...\........\........\stm32f10x_rtc.c

..........\....\...\........\........\stm32f10x_sdio.c

..........\....\...\........\........\stm32f10x_spi.c

..........\....\...\........\........\stm32f10x_tim.c

..........\....\...\........\........\stm32f10x_usart.c

..........\....\...\........\........\stm32f10x_wwdg.c

..

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 本站是交换下载平台,提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度更多...
  • 请直接用浏览器下载本站内容,不要使用迅雷之类的下载软件,用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*主  题:
*内  容:
*验 证 码:

源码中国 www.ymcn.org