micjevons

    1.                                  桑塔娜是4个轮子,奥迪A6也是4个轮子,是一个档次吗? 看MCU也一样,不能只看位数。  
    2. 点阵模块闪动 25/6225 嵌入式系统 2010-06-12
      不长,仅用到一个除法和取模。问题不大。
    3. 可以 加运放 实现;
    4. LED驱动 9/3464 嵌入式系统 2010-05-25
      最简单的流接口驱动,gpio控制(拉高拉低)。做驱动开发,先去看看流接口驱动相关章节就不会那么云里雾里的了。
    5. 请问哪里可以查询器件价格 9/3749 嵌入式系统 2010-05-10
      貌似没有。不过我曾经在网上找到一个博客,有位硬件大牛将很多常用的芯片的大概价格都列了出来。不过这个价格波动也大啊,特别是芯片。所以,还是需呀了解价格的时候,在网上商城去看看,比如淘宝一下,呵呵单片的大概价格出来了。心里有数。。。。
    6. 如何实现printf???? 8/4882 嵌入式系统 2010-05-08
      sprintf(buff,"%d%......",...); char *p=buff; while(*p!=0) {    putcuart(*p);    p++; }
    7. 各位编写过驱动的帮帮忙啊
    8. 通过CSP编程卸载的一个奇怪问题 3/3722 嵌入式系统 2010-05-05
      我的在Mobile6.5真机上测试怎么卸载不掉,也是用这种方法,但在模拟器中可以卸载,希望楼主给点指点....谢谢了哈
    9. 数码管 6/3517 嵌入式系统 2010-05-03
      hc573用于位驱动?不是只要有相应点平就可以驱动的吗?为什么还要hc573芯片呢??
    10. wince6的GPIO操作? 6/4503 嵌入式系统 2010-04-28
      引用 1 楼 sunrain_hjb 的回复: MmMapIoSpace和VirtualAlloc 、VirtualCopy应该是可以用的。
      VirtualAlloc 、VirtualCopy 我还没做使用,等一下再做实验。 MmMapIoSpace没使用过,记下了。 大哥可知道方法1为何不行?
    11. wince6.0+6410 flash 分区问题 9/4836 嵌入式系统 2010-04-20
      MountHidden and MountAsROM settings apply only to Windows CE 5.0 and later. For versions of Windows Embedded CE earlier than Windows CE 5.0, replace these two settings with  "MountFlags"=dword:11 MountHidden and MountAsROM设置只适合Windows CE 5.0 和以后的版本。对于Windows CE 5.0 之前的版本,用"MountFlags"=dword:11进行替代。 As of Windows CE 5.0, the MountFlags registry flag has been deprecated. For more information, see Mount Settings. 在Windows CE 5.0中,MountFlags 注册键值已经不赞成使用。对于更多的消息,请参阅Mount Settings。
    12. 我们要理解这位仁兄,不知道MAX232是什么
    13. STM32中CAN的效率问题 9/7051 stm32/stm8 2010-03-31
                                       如果速率降到5K ,那距离可达到万米以上=。=
    14. 蓝牙模块&AT命令 11/9988 嵌入式系统 2010-03-12
      帮顶,专接非技术分!
    15. 我不是托,也不是哪家公司的员工,在这边仅仅是想说一下自己培训下来的感受 我是09年夏天想去读一些嵌入式培训,当然是为了就业考虑的。 比较了海同 华清远见 以及尚观这几家在上海比较知名的嵌入式培训机构 我当时是都走访过了,最后仅仅是因为家里离海同这边比较近,并且培训费用也都差不多的,才在海同读的。 仅仅说一下海同这边嵌入式培训的经验之谈,这里不包括其他培训机构的情况,因为没有读过。 总的来说这是一个充实的暑假。到这里来学习给了我一个好的氛围, 我一个人是很难静下心来看书的。个人而言,收益匪浅。     每天的课程很紧凑。学新的东西会先从理论入手,然后在理论的基础上,做一些练习,重要的是这些练习不是以前学习课本上的纸上谈兵,我可以看到它的实际意义,这些实际意义又可以帮助我更加透彻地理解理论,二者相辅相成。除了理论和实际操作,还学到了很重要的一点,就是coding style.就像人的其他习惯一样, 编程风格的形成也不是一朝一夕的,我们可以通过多种途径学到一些良好的编程风格。集体的强化学习,可以跟别的同学交流,取长补短。学校里的学习检验方式只有考试,我是看不到自己处于何种水平的。所谓知己知彼,百战不殆。知道了自己与别人的差距才能更有目的性地学习提高。     我觉得“高瞻远瞩”是个不错的习惯。凡事不能只看短期效应,急功近不了利。既来之,则安之。既然选择了来这里学习,就要善始善终。有太多杂念的话,会把自己变的很累。学习的心态也是一种人生态度,选择了什么样的心态去学习就会得到相应的成效,成效决定生活品质,生活品质又会去影响人生态度……如此循环。这个循环是恶性还是良性,全看自己最初的选择:是沮丧纠结还是笑看人生。 现在在龙旗从事嵌入式开发工作,还没满试用期,不过觉得工作完全能够适应,现在已经非常清晰的勾勒出自己的职业规划道路了。
    16. 上边使用了cmnet接入点,用cmwap接入点,结果一样。 我的卡是北京神州行。 此外,在移动的网内,可以ping外部的ip吗?
    17. 高分+money求教钢筋扫描仪问题 6/2836 嵌入式系统 2010-02-04
      其实我也是照葫芦画瓢,用了点数学知识而已
    18. 请问制作WINCE软件需要准备哪些东西 15/4495 嵌入式系统 2010-01-31
      装一个ActiveSync软件,再在VS2005(或者eVC)上装个SDK,CE的设备通过USB或者以太网等方式与ActiveSync建立连接后,在相应SDK平台上开发的程序就能够部署到相应设备上了,如果用.net开发的话,可能就不需要SDK开发包了。
    19. wince 启动错误 20/6461 嵌入式系统 2010-01-26
      现在板子坏了,没法调试了。 我想知道的是,程序跑到这个地方了,能确定CPU、DDR、FLASH这三部分的硬件是可用的吗? Microsoft Windows CE Ethernet Bootloader Common Library Version 1.1 Built Jan 12 2009 00:06:52 Microsoft Windows CE Bootloader for the Samsung SMDK2450 Version 2.4 Built Jan 11 2009 InitDisplay************ Microsoft Windows CE Ethernet Bootloader Common Library Version 1.1 Built Jan 12 2009 00:06:52 Microsoft Windows CE Bootloader for the Samsung SMDK2450 Version 2.4 Built Jan 11 2009 InitDisplay************ BP_Init [FTL:MSG] FIL_Init                        [OK] [FTL:MSG] BUF_Init                        [OK] [FTL:MSG] VFL_Init                        [OK] [FTL:MSG] VFL_Open                        [OK] wNUM_BLOCKS : 2048(0x800) TOC_Read -TOC_Read Press [ENTER] to launch image stored on boot media, or [SPACE] to enter boot monitor. Initiating image launch in 5 seconds. Ethernet Boot Loader Configuration: 0) IP address: 0.0.0.0 1) Subnet mask: 255.255.255.0 2) DHCP: Disabled 3) Boot delay: 5 seconds 4) Reset to factory default configuration 5) Startup image: LAUNCH EXISTING 6) Program disk image into NAND Flash: Enabled 7) Program CS8900 MAC address (00:00:00:00:00:00) 8) Kernel Debugger: ENABLED A) Format FIL (Erase All Blocks) B) Format VFL (Format FIL + VFL Format) C) Format FTL (Erase FTL Area + FTL Format) E) Erase Physical Block 0 F) Make Initial Bad Block Information (Warning) T) MLC Low level test D) Download image now L) LAUNCH existing Boot Media image R) Read Configuration U) DOWNLOAD image now(USB) W) Write Configuration Right Now u System ready! Preparing for download... Please send the Image through USB. Download BIN file information: ----------------------------------------------------- [0]: Base Address=0x80200000  Length=0x10a7df4 ----------------------------------------------------- RAM image rom_offset=0x0. ROMHDR at Address 80200044h +IMAGE_TYPE_RAMIMAGE dwImageStart:80200000.,dwLaunchAddr : 8038171c +WriteOSImageToBootMedia: g_dwTocEntry =1, ImageStart: 0x80200000, ImageLength: 0x10a7df4, LaunchAddr:0x8038171c g_dwMBRSectorNum = 0x5000 Erase Block from 0xa, to 0x6d Writing single region/multi-region update, dwBINFSPartLength: 17464820 dwBlock = 10 OpenPartition: dwStartSector = 0x5000. OpenPartition: dwNumSectors = 0xe000. OpenPartition: dwPartType = 0x21. OpenPartition: fActive = 0x1. OpenPartition: dwCreationFlags = 0x2. IsValidMBR: MBR sector = 0x5000 .OpenPartition: Invalid MBR.  Formatting flash. Enter LowLevelFormat [0xa, 0x25]. BP_LowLevelFormat: // Erase all the flash blocks. BP_LowLevelFormat: // Erase all the flash blocks.-End WriteMBR: MBR block = 0xa. WriteBlock: dwMBRBlockNum = 0xa. Done. CreatePartition: Enter CreatePartition for 0x21. CreatePartition: Start = 0x800, Num = 0xe000. WriteMBR: MBR block = 0xa. WriteBlock: dwMBRBlockNum = 0xa. nCount = 0 BP_SetDataPointer at 0xb00000 BP_WriteData: Start = 0xb00000, Length = 0x10a7df4. BP_WriteData: dwSectorAddr = 0x5800, dwOffsetSector = 0x0. BP_WriteData: dwNumSects = 0x8530 BP_WriteData: dwNumExtraBytes = 0x1df4 BP_WriteData: dwSectorAddr = 0x5800 BP_WriteData: dwNumSects = 0x8530 BP_WriteData: dwSectorAddr = 0xdd30 BP_WriteData: pbBuffer = 0xa12a6000 Updateded TOC! -WriteOSImageToBootMedia INFO1:dwLaunchAdd :  8x  g_pTOC->id[0].dwJumpAddress : 8x, g_pTOC->id[1].dwJumpAddress : 8x +TOC_Write [OK] Write 1 th Block Success -TOC_Write TOC { dwSignature: 0x434F544E BootCfg {   ConfigFlags: 0x2830   BootDelay: 0x5   ImageIndex: 1   IP: 0.0.0.0   MAC Address: 00:00:00:00:00:00   Port: 0.0.0.0   SubnetMask: 255.255.255.0 } ID[0] {   dwVersion: 0x20004   dwSignature: 0x45424F54   String: 'eboot.nb0'   dwImageType: 0x2   dwTtlSectors: 0x400   dwLoadAddress: 0x80038000   dwJumpAddress: 0x80038000   dwStoreOffset: 0x0   sgList[0].dwSector: 0x1800   sgList[0].dwLength: 0x400 } ID[1] {   dwVersion: 0x1   dwSignature: 0x43465348   String: ''   dwImageType: 0x2   dwTtlSectors: 0x853F   dwLoadAddress: 0x80200000   dwJumpAddress: 0x8038171C   dwStoreOffset: 0x0   sgList[0].dwSector: 0x0   sgList[0].dwLength: 0x853F } chainInfo.dwLoadAddress: 0X00000000 chainInfo.dwFlashAddress: 0X00000000 chainInfo.dwLength: 0X00000000 } +ReadOSImageFromBootMedia RAM image RAM image Read OS image to BootMedia ImageLength = 17464832 Byte, dwRegionStart : a0200000 Start Page = 1408, End Page = 3539, Page Count = 2132 ................ Read OS image to BootMedia Success waitforconnect INFO: OEMLaunch: Jumping to Physical Address 0x3038171Ch (Virtual Address 0x8038171Ch)... Windows CE Kernel for ARM (Thumb Enabled) Built on Jun 24 2004 at 18:25:00 ProcessorType=0926  Revision=5 sp_abt=ffff5000 sp_irq=ffff2800 sp_undef=ffffc800 OEMAddressTable = 80381920 DCache: 128 sets, 4 ways, 32 line size, 16384 size ICache: 128 sets, 4 ways, 32 line size, 16384 size FCLK:534000000, HCLK:133500000, PCLK:66750000 +++BSPIntrInit +++++++++IRQ_EINT4++++++++++ ---BSPIntrInit(rc = 1) OEM INIT...... -OEMInit\nSp=ffffc7cc [OEMIO:INF]  + IOCTL_HAL_POSTINIT [OEMIO:INF]  - IOCTL_HAL_POSTINIT +OALIoCtlHalInitRTC(...) OEMIoControl: Unsupported Code 0x101008c - device 0x0101 func 35 OEMIoControl: Unsupported Code 0x101008c - device 0x0101 func 35 OEMIoControl: Unsupported Code 0x10100d0 - device 0x0101 func 52 OEMIoControl: Unsupported Code 0x10100f8 - device 0x0101 func 62 Prefetch Abort: Thread=83fc70cc Proc=8136ac90 'filesys.exe' AKY=00000003 PC=0000000d(???+0x0000000d) RA=0000000d(???+0x0000000d) BVA=0000000d FSR=00000005
    20. 再次请教6.0 eboot的下载问题 9/4668 嵌入式系统 2010-01-26
      会不会出在IP地址上, 你的PC机网络是172.16.96.网段??

最近访客

< 1/1 >

统计信息

已有93人来访过

  • 芯积分:--
  • 好友:--
  • 主题:14
  • 回复:72

留言

你需要登录后才可以留言 登录 | 注册


现在还没有留言