天天流浪

    1. STM32FLASHProgramming失败 3/4134 stm32/stm8 2010-12-06
                                       路过
    2.                                  说外部中断最快可以达到多少速率没有什么意义,因为中断可以达到的最快速率与你在中断处理程序中做的事情多少相关。比如在中断处理程序中如果除了清除中断标志外,什么也不做,那么200KHz是没有问题的。
    3.                                  上位机还需要取数据吗,应该是有数据就接收吧,串口不就是这样的吗
    4. 引用 21 楼 myhid 的回复: 看样子,楼主是位牛人啊。
      菜鸟一个,刚毕业,毕业证还未拿到手 呵呵
    5. 'l;' 5/3044 嵌入式系统 2010-05-31
      ?????
    6. Nand Flash 读写问题 11/5356 嵌入式系统 2010-05-21
      可是Nand Flash的芯片手册上没有TACLS、TWRPH0、TWRPH1的说明...
      引用 6 楼 zhongliangzhihou 的回复: 应该严格按照datasheet的时序图来
    7. 谢谢,是对的
      引用 1 楼 mydo 的回复: 检查是否包括了对应的头文件,因为不同的函数签名会影响 最终的符号,确保你CeVirtualSharedAlloc函数签名是正确的!
    8. S3C6410的ADC驱动的问题请教~~~~~~ 7/5460 嵌入式系统 2010-05-13
      互斥 另外,读AIN0---AIN3的时候你有没有做相应的设置?如果没有的话可能读到的还是AIN4--AIN7
    9. USB描述符读不出来,导致无法枚举设备,应该是通信的问题。 光初始化成功了,不代表USB就OK了。 试试检查时钟分频,通信过程中出问题很多是因为时钟的问题。
    10.                                  自己看datasheet,呵呵
    11.                                  大虾都哪去了啊?谁能给我提下建议啊?
    12. 求租!红外遥控器编程 14/4316 嵌入式系统 2010-03-29
      看时序图很重要
    13. 求硬件开发的人才 18/4644 嵌入式系统 2010-03-23
      TO:guolh 如果有意的话,可以把个人简历发到我的MAIL。
    14. 发一个有问必答的论坛给大家~~~~~~ 11/4378 嵌入式系统 2010-03-19
      呵呵,看来我们版要努力了!
    15. 有没有PXA270BSP的带这个函数的?
    16. winCE下怎么开发ppt阅读器? 17/4825 嵌入式系统 2009-12-05
      很难啊
    17. wince开发用C++还是C#好 9/3629 嵌入式系统 2009-11-24
      C/C++
    18. stm32用什么编译器好? 28/13121 stm32/stm8 2009-10-20
                                       都不难,都会的好! 目前使用IAR520+JLINKv8(100元)
    19. 请教关于WIFI连接AP问题! 10/4775 嵌入式系统 2009-09-15
      不是加密的事情 我现在把密码去掉了 可以如果我写一个手动分配的地址,开机后可以马上连接到AP,但是就是上不了网 只有我重新再写一个地址进去,才能上网,也能PING通 或者把手动分配变成自动分配,也可以分配到一个正确的IP并且可以上网 如果我自动分配的地址,必须开机后重新手动分配地址,才能上网 一句话:现在的状态必须得开机后重新对默认的IP状态做处理才能上网         否则就是可以连到AP就是上不了网!
    20. uboot移植的问题 6/4316 嵌入式系统 2009-07-15
      楼主看下我的问题 U-Boot 1.1.6 (Jul 14 2009 - 00:54:53) DRAM:  64 MB Flash:  1 MB NAND:  64 MB In:    serial Out:   serial Err:   serial Hit any key to stop autoboot:  0 Loading from NAND 64MiB 3,3V 8-bit, offset 0x100000    Image Name:   Linux Kernel Image    Created:      2009-07-13  19:07:53 UTC    Image Type:   ARM Linux Kernel Image (gzip compressed)    Data Size:    629745 Bytes = 615 kB    Load Address: 30008000    Entry Point:  30008000 ## Booting image at 32000000 ...    Image Name:   Linux Kernel Image    Created:      2009-07-13  19:07:53 UTC    Image Type:   ARM Linux Kernel Image (gzip compressed)    Data Size:    629745 Bytes = 615 kB    Load Address: 30008000    Entry Point:  30008000    Verifying Checksum ... OK    Uncompressing Kernel Image ... OK Starting kernel ... Linux version 2.4.18-rmk7-pxa1 (root@linux) (gcc version 2.95.3 20010315 (release)) #5 ?7月 14 03:06:06 CST 2009 CPU: ARM/CIRRUS Arm920Tsid(wb) revision 0 Machine: Samsung-SMDK2410 Warning: bad configuration page, trying to continue On node 0 totalpages: 8192 zone(0): 8192 pages. zone(1): 0 pages. zone(2): 0 pages. Kernel command line: root=1f04 mem=32M DEBUG: timer count 15626 Console: colour dummy device 80x30 Calibrating delay loop... 49.86 BogoMIPS Memory: 32MB = 32MB total Memory: 30600KB available (1250K code, 297K data, 64K init) Dentry-cache hash table entries: 4096 (order: 3, 32768 bytes) Inode-cache hash table entries: 2048 (order: 2, 16384 bytes) Mount-cache hash table entries: 512 (order: 0, 4096 bytes) Buffer-cache hash table entries: 1024 (order: 0, 4096 bytes) Page-cache hash table entries: 8192 (order: 3, 32768 bytes) POSIX conformance testing by UNIFIX Linux NET4.0 for Linux 2.4 Based upon Swansea University Computer Society NET3.039 Initializing RT netlink socket CPU clock = 200.000 Mhz, HCLK = 100.000 Mhz, PCLK = 50.000 Mhz Starting kswapd devfs: v1.10 (20020120) Richard Gooch (rgooch@atnf.csiro.au) devfs: boot_options: 0x1 ttyS00 at I/O 0x50000000 (irq = 52) is a S3C2410 ttyS01 at I/O 0x50004000 (irq = 55) is a S3C2410 ttyS02 at I/O 0x50008000 (irq = 58) is a S3C2410 Console: switching to colour frame buffer device 30x40 Installed S3C2410 frame buffer pty: 256 Unix98 ptys configured s3c2410-ts initialized leds initialized S3C2410 Real Time Clock Driver v0.1 block: 64 slots per queue, batch=16 eth0: cs8900 rev K(3.3 Volts) found at 0xd0000300 cs89x0 media RJ-45, IRQ 37 NAND device: Manufacture ID: 0xec, Chip ID: 0x76 (Samsung K9D1208V0M) Creating 5 MTD partitions on "Samsung K9D1208V0M": 0x00000000-0x00080000 : "bootloader" 0x00080000-0x00100000 : "param" 0x00100000-0x00400000 : "kernel" 0x00400000-0x01800000 : "root" 0x01400000-0x03c00000 : "user" bon:cannot find partition table bon:cannot find partition table bon:cannot find partition table bon:cannot find partition table bon:cannot find partition table NET4: Linux TCP/IP 1.0 for NET4.0 IP Protocols: ICMP, UDP, TCP, IGMP IP: routing cache hash table of 512 buckets, 4Kbytes TCP: Hash tables configured (established 2048 bind 2048) NET4: Unix domain sockets 1.0/SMP for Linux NET4.0. NetWinder Floating Point Emulator V0.95 (c) 1998-1999 Rebel.com cramfs: wrong magic FAT: bogus logical sector size 65535 Kernel panic: VFS: Unable to mount root fs on 1f:04

最近访客

< 1/1 >

统计信息

已有77人来访过

  • 芯积分:--
  • 好友:--
  • 主题:11
  • 回复:49

留言

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


现在还没有留言