Porting to ARM LM3S811, basic PWM i/o issues

Hi all

OK, so quickly, I take back what I did:

-The LM3S811: http://www.luminarymicro.com/products/ekk-lm3s811_evaluation_kit.html

-J' used the generic LM3Sxxxx to create one for
the LM3S811 by following the instructions in the porting guide for other ARMS controllers to help
LabVIEW for ARM module, the simple guide.

-J' got compile a test application and run it
successfully on my new goal.

-J' then I used Basic IO Wizard to create the
necessary files again from the LM3S8962 in LM3Sxxxx generic folder.
The two boards share almost all the same IOs, I only changed the PWM 0 and 1 to
use the port D instead of B, PWM 2 to 5 share the same ports, so I t has not changed
them.

-J' tested some of the AIOs the GPIO, and I even had the
Light OLED display driver to work.

Now, if I use 2 PWM to 5 they work fine, but if I use 0
or 1, my application freezes as soon as the Basic node IO is called
my program when running on the target.

Am I missing something?

THX

Lukasz

OK, found the solution:

Edition line34 of 'LM3S_Pins.c' to: '#define PART_LM3S811 '.

and 'ARM_Serial.c' line 24 to: '#define PART_LM3S811 '.

thx for the tip

Tags: NI Products

Similar Questions

  • Porting to ARM LM3S811, PWM and serial port issues

    Read my previous post: http://forums.ni.com/ni/board/message?board.id=420&thread.id=1996

    I have problems again, I
    corrupted data sent through port sΘrie 0 when you use the OR
    pilot series on the LM3S811. I also get code error-1073807339 when reading that
    data inside labview with VISA, sent my arm to my PC.

    I have
    think the timings may be wrong, but I put t know
    where to look for baud rate divisor for
    UART0. S 3, 811 is Xtal 6 Mhz, 8 Mhz not like the 3S 8962.

    I have
    also tested the PWM on the frequency and scope dosen t match if I ask
    for 1 kHz, I'm moving 666 Hz. Seems like affecting the Xtal 6 Mhz in
    uVision is not enough.

    THX

    Lukasz

    OK, here's the solution.

    Open 'startup.s '.

    Goto line 193:

    ; set the system clock to run at 50 MHz
    ; SysCtlClockSet(SYSCTL_SYSDIV_4 |) SYSCTL_USE_PLL |
    ;                SYSCTL_XTAL_8MHZ | SYSCTL_OSC_MAIN);

    LDR R0 = 0X01C002C0
    BL SysCtlClockSet

    B __main

    Replace R0, with the right values in "sysctl.h" line 236:

    in my case the value of the 6 Mhz Crystal which is "0x000002C0".

    Calendar of PWM is restored and serial port works fine now.

  • HP Photosmart 5520 series: what ports app to print Basic or advanced within the router?

    It is common for wireless printing open certain application ports in the firewall NAT to router for wireless communications is working properly?

    This was not mentioned during the installion of software, but I found out about it after searching the site of HP support on WiFi printing problems.

    I discovered that my router is blocking traffic on the TCP/UDP #4129 port (id: nuauth) and therefore refused all the print jobs AND ePrint work correctly... ?

    In addition, I needed to add rules for TCP/UDP ports to 9100 and 9220...
    I guess the 9100 (hp-pdl-datastr) is necessary for real communication?

    My router is a Ubee EVW321B.

    Nice interface easy to use, but maybe a bit more protection... ?

    I would like to read if other users did assign certain ports for the 5522 PS works fine on a WiFi connection?

    The here document contains information on port settings for the printer Photosmart 5520.  Your router is not, but he suggested the following for unlisted cases:

    1. If your firewall software is not listed in the table, manually unlock the ports used by the printer.
  • Satellite L300 - upgrade from Vista Home Basic to Home Premium issues

    Hi all

    I recently got a Satellite L300 with a basic family OEM of Vista Edition version.
    I have a copy of Windows Vista: drive home edition Premium (upgrade) and decided to use it on the laptop.

    I put the disc in and followed the steps but the upgrade option is removed... It is if I use the product key provided with the disc or not.
    The laptop comes with Service Pack 1 is already installed and the drive I have is released in stores before Service Pack 1.

    My main question is really how can I get my drive to upgrade my version of Vista. I tried the Google search, this Web site, Microsoft Web site and I get the same answer.

    Basically, go into options and upgrade Express. They're all for me to buy from Microsoft that would be kinda useless as I already have a copy.
    I read something to a site that said my drive would have to have service pack disk and I've seen a site with some sort of disk editing program for Vista but I am not too keen to use it and the 'how' was not very easy to understand.

    Also, I am not too keen on appellant Toshiba or Microsoft on surcharge numbers to get something, I already bought and paid for and should be as simple as a few steps.

    Anyway hope someone can help as I really want to upgrade.

    Hello

    I understand and it is really annoying, but what to do now? the fact is that Toshiba has offered this book with some version of Vista. This version should be updated to better Microsoft security and the most recent available. Because of this Toshiba supply with the last option of SP1.

    So now, you try to install proposed update it there long and probably offered before SP1 was on the market. I understand your point of view but, in my opinion, has nothing to do with Toshiba now, and you should try to find the solution with Microsoft. For example you can also get info from http://support.microsoft.com/kb/930733

    Clean Vista Home Premium can be installed without any problem. All the drivers, tools, and utilities are downloadable on Toshiba support & download page.

  • ARM module + PWM LM3S8962 problem

    Hello.

    I'm experimenting with LV2009 + Embedded module for ARM (also the 2009 version).

    (1) what actually works, a few screws, I did (no examples):

    -loop infinite + led flashing + 200ms wait timer

    -infinite loop + number of the current iteration on LCD + 200ms wait timer

    (2) the demos provided in /examples/lvemb/ARM/LM3S8962 sistematicaly (PWM, Blinky, DIO, OLED) fail. Ex: DIO relies, but throws an exception when it is downloaded on the dev. BOAD and executed; PWM does not build (not a filled.ctl or a update.ctl lack of file problem, I fixed) - something related to a PID Subvi. What I'm doing wrong here? Any help? (Note: I also changed the parameter debugger & programmer of the project uVision, the default ULINK2 fails of course).

    (3) PWM EIO problem: I got the first aforementioned VI (1) (LED light MagNet) and added a HIO PWM5, in the same loop.

    -What is the wired to the PWM EIO node value mean? Duty cycle 0 to 100? Duty cycle 0 to 1? The number of ticks to the top state PWM? Sometimes it worked, sometimes the PWM was logical high all the time.

    -If I add a property PWM5 EIO node and try to put anything, it breaks. From what I've seen in the uVision debugger, it gets stuck in the default interrupt handler section. I can't understand how he got there.

    Please help me with an example of how fully configure a PWM EIO, exercising control over the frequency of having to test cycle, everything.

    Thanks in advance for your time & help.

    Paul.

    Hi Paul,.

    This looks like a problem where you (or rather the code generated LabVIEW) set up the device before you activate the device PWM.  The target will fault in this case, but the Simulator will not.  Because that the PWM EIO node initializes and allows the PWM peripheral, if the EIO property node is executed before the EIO node, the target reproach.  Try using a sequence structure to make sure that the node of PWM EIO runs before the property node.

  • monitor online RS232 port

    Hello

    I have starting in labview 2009.

    I should control RS232 port.i use "Basic Read and write" vi in labview but I can not port of the monitor online.

    I don't know what reception of the data to the pc port.

    I would like to show time and values that micro APR send to PC.but I don't know what APR send data to the pc port.

    I connected Tx and Rx and GND PC port. and set up another.

    I change time out port 120 millisecond but data is not true and I lost some data.

    --

    "How to detect that the data receive RS232 in LabVIEW 2009?"
    I use VISA and want to detect where the receipt of data in the PC com port.
    I use 'Basic series Read and Write' in labview, but this program has delay and dose not online?
    How can I read or write data to the com (RS232) port online?
    I want to follow in line rs232 port?

    my program is here

    Do NOT link to sites of third-party odd. Simply attach your file here, unless of course, it's just the example you mention. No sense post something everyone has.

    When there is data available is a trivial task. You can simply use the VISA to the Serial Port bytes. In the example, so I don't understand your question. If you never see the bytes available, check if your cable is connected correctly - null modem or straight.

  • All my USB ports are disabled; keyboard and mouse do not work, can not navigate to reactivate their?

    After installing Java rebooted my system update, while booting it showed Eroor message 'BootMGR' missing, disabled bymistake USB ports, now my keyboard & mouse not working does not help?

    Hi Abhi SR,

    ·        How do you disabled the USB ports?

    ·        What you did to fix the "BootMGR" error missing?

    If you have disabled the USB ports in the BIOS (Basic Input Output System), you will need to use a PS2 Keyboard and enter the BIOS for their re help.

    Note: Changing the BIOS / chipset can cause serious problems that may prevent your computer from starting properly. Microsoft cannot guarantee that problems resulting from the configuration of the BIOS/chipset can be solved. Changes to settings are at your own risk.

    Hope the helps of information. Please post back and we do know.

    Concerning
    Joel S
    Microsoft Answers Support Engineer
    Visit our Microsoft answers feedback Forum and let us know what you think.

  • My USB ports and MIC do not work. I hope that this is not the motherboard. Someone knows how to fix this?

    Initially, it was a port that would not work. Before the USB ports out I did pay my phone with the USB cable. Before that my microphone stopped working. Deactivation and activation of the ports as well as uninstall then re install the USB readers and I tried a system restore. I also tried to take the battery for an hour or two and restart the PC. None of this has worked. Today, I heard some hope of my computer... I heard the sound of him recognize a dongle that is plugged. This sound is produced after starting my PC. I have not heard in a while and still haven't when I unplug and plug back in to the dongles. My computer (a laptop) like also to restart auto sometimes when I close the lid and open it, the screen does not light and it will be off and try to restart itself but the screen never lights up and he'll stop and try several times to start. In this case I have to hold the power button down to turn off completely and take the battery out and put it back in, then turn it on. I feel that it's a hardware problem but I'm not that great with computers and I don't want to give up yet on this computer. It cost me a pretty penny and I am a broke student.

    If anyone had the same types of problems and has a solution I'm willing to try anything.
    Thanks in advance
    -Mike

    Hi Mike,.

    You can consult the following wire link and check if it helps.

    Tips for solving problems of USB devices

    It seems that you have to re - enable ports in the BIOS (Basic input/output system) settings.

    NOTE: Change (CMOS) BIOS/complementary metal oxide semiconductor settings can cause serious problems that may prevent your computer from starting properly. Microsoft cannot guarantee that problems resulting from the configuration of the BIOS/CMOS settings can be solved. Changes to settings are at your own risk. Be sure to observe the manufacturer's instructions or contact the manufacturer for the same thing.

    You can consult the following thread link and check.

    USB ports, CD/DVD player, and Mike just does not work

  • Serial port profile Bluetooth help with saw-drill bit

    Hello

    Looking for example code using Bluetooth serial port profile using the basic version of the NDK. I can't find anything I find only using the waterfall.

    I need to set up a server, or a master of the blackberry device. Could you help me please. I read through the API, but I do not understand the implementation of the code needed for the realization of a simple connection of serial port Bluetooth mode master (server) profile.

    Thank you

    See soluton here

    https://supportforums.BlackBerry.com/T5/native-development/how-to-modiy-the-Makefile-to-link-the-so-...

  • iPnone 4 s recognized do not want dv7 - 7333cl rnning Windows 8 when it is plugged into usb port

    Laptop does not recognize the iPhone 4S when plugged into one of the 4 usb ports. All the usb drivers are up-to-date. All the udates win 8 and HP have been installed and are ongoing. Ports recognized so sticks of memory seem to work. Is there a special driver needed for iPhone?

    Hey texasbootz,

    I'll have you to answer a few questions to understand exactly what is happening:

    1. When the iPhone is connected to the laptop, there is no pay?
    2. When the iPhone is connected to the laptop, it appears in Device Manager?
    3. ITunes is installed?

    If she is not charged when it is connected, it is possible that the cable you are using is not working properly, and you may need a replacement. Alternatively, the iPhone itself is having a few problems.

    In any case, given that the other devices work in all of your USB ports, it is possible that its a software issue (with pilots from the iPhone) or a problem with the case of the iPhone. You will need to contact Apple for support on any of these questions. I suggest try to re-install / install iTunes, see if that fixes it, then contact Apple.

    I hope this helps!

  • Unrecognized Nielsen Home scan valid communications ports

    I'm pulling my hair out.  I spent 2 days on this problem.  I am a Scanner at the homepage of Nielsen and my scanner worked perfectly on my old computer running Windows XP.  I bought an i3 530 processor Quad (gateway) running Windows 7. I love except for this - when I install the software to be able to use the scanner, I get a message during installation that "Nielsen Homescan Internet carrier can't find any valid communication ports to communicate with the scanner."  Needless to say, I have lots of USB and some available Serial Ports.  I thought it was a firewall issue and went in, active ftp settings and all communication settings, nothing helped. I uninstalled Norton, in case that was the problem (installed AVG instead) because AVG has worked for me with this software to scan before but then again, nothing works.  It is obviously not a firewall issue.  I had contacted Nielsen and they thought it was their software on their site and sent me an installation CD that is supposed to work.  It gives me the same exact message!  Help!

    Hi again!  I just want you to know, in case someone else comes to you with this same problem, that the Homescan Tech people had developed their software for Windows 7 when Windows 7 is released.  Apparently, my version of Windows 7 was different and they went to work on this and found a patch for me to download and now I did two passes successfully and everything works as it was on my old computer.  I just wanted to share this information since you were kind enough to try to help me with this problem!  Thanks again!

  • my HP m9040n pc not recognize Ports for: HP - BK228AA 1 TB personal media drive, with internal plugin or external hook upwards. USB port locations are labeled as 'unknown '.

    I have two of these drives, and they seem to have stopped when I upgraded to Win 7/64 Ultimate.  The driver is on the hard disk according to some.  I get the review saying "Windows has closed the port USB (unknown) #43, which usually means driver issues.  If the driver is out of date how to download an update?

    Hello

    1. which edition of Windows 7 you are using?
     
    Example: Windows 7 Professional 64-bit

    2. what was the recent change in hardware or software performed on the computer before the question?
     
    Method 1
     
    Step 1
     
    My drive does not appear in Windows Explorer
     
     

    Important this section, method, or task contains steps that tell you how to modify the registry. However, serious problems can occur if you modify the registry incorrectly. Therefore, make sure that you proceed with caution. For added protection, back up the registry before you edit it. Then you can restore the registry if a problem occurs. For more information about how to back up and restore the registry, click on the number below to view the article in the Microsoft Knowledge Base:

    322756 (http://support.microsoft.com/kb/322756/)

    How to back up and restore the registry in Windows

    Note: The steps apply to the issues of Port and driver for Windows 7.
     
    Step 2
     
    Update Chipset drivers on the manufacturers website.
     
    HP Pavilion Elite m9040n desktop PC
     
     
    I hope this helps.
  • help with Kernel panic on cycle sleep/wake

    Hi, my rMBP was kernel panics/random stops lately, whenever I try to turn it back on to be asleep (on battery only) for more than 7-8 hours. If its clogged, the problem never happens. Ive done some basic troubleshooting (SMC, PRAM reset, repair permissions in the utility disc and in single user mode) which did not help. I run apple hardware test, standard and extended tests, which showed no hardware problem. I let the mac in safe mode for a day and a half, disconnected all the time, what more than enough time for the problem to recur and nothing happened. so I'm pretty sure its basic software, but I don't know where to start looking for what software error, there isn't...

    I should also mention that I did a reinstall of Mac OS X without wiping my memory flash (from the recovery to the boot partition). My next step is to eliminate the computer all together and keep a backup, but one.) It's boring and b). If its software related to something that I installed it, if I reinstall my apps one by one, the problem will probably return, and then ill be at square one.

    I will attach the last kernel panic I got under this message, if anyone can help based off I would appreciate it. Let me know if you need more information or have some steps to tempt me.

    Thursday May 12 18:43:29 2016

    Panic report *.

    panic (the appellant UC 7 0xffffff8029dce40a): Kernel trap at 0xffffff8029d48595, type 14 = page fault, registers:

    CR0: 0X000000008001003B, CR2: 0X00000000000000C0 CR3: 0X000000006173209C CR4: 0X00000000001626E0

    RAX: 0 X 0000000000000001, RBX: 0XFFFFFF80563DAD00 RCX: 0 X 0000000000000000, RDX: 0XFFFFFF806D8AB400

    RER: 0XFFFFFF821553B670, RBP: 0XFFFFFF821553B830, IHR: 0 X 0000000000000000, RDI: 0XFFFFFF806BC6C6A0

    R8: 0XFFFFFF8029B10000, R9: 0XFFFFFF834EBCCA34, R10: 0XFFFFFF834EBCC97C R11: 0XFFFFFF81C974189E

    R12: 0XFFFFFF806BC6C70C, R13: 0XFFFFFF806BC6C690, R14: 0XFFFFFF803EFC2400 R15: 0 X 0000000000000003

    RFL: 0 X 0000000000010202, RIP: 0XFFFFFF8029D48595, CS: 0000000000000008, SS 0 X: 0 X 0000000000000000

    Lack of CR2: 0x00000000000000c0, error code: 0 x 0000000000000000, CPU error: 0 x 7, PL: 0

    Backtrace (CPU 7), Frame: Return address

    0xffffff821553b300: 0xffffff8029cdab12

    0xffffff821553b380: 0xffffff8029dce40a

    0xffffff821553b560: 0xffffff8029dec273

    0xffffff821553b580: 0xffffff8029d48595

    0xffffff821553b830: 0xffffff8029d4dd7e

    0xffffff821553ba50: 0xffffff8029dcdf6d

    0xffffff821553bc30: 0xffffff8029dec273

    0xffffff821553bc50: 0xffffff8029dc7b7b

    0xffffff821553bdb0: 0xffffff802a18f170

    0xffffff821553be70: 0xffffff802a18f1ca

    0xffffff821553bea0: 0xffffff802a18e75b

    0xffffff821553bf70: 0xffffff802a18e8b8

    0xffffff821553bfb0: 0xffffff8029dc8e27

    The process corresponding to the current thread BSD name: com.apple.iCloud

    Mac OS version:

    15E65

    Kernel version:

    15.4.0 Darwin kernel version: Fri Feb 26 22:08:05 PST 2016; root:XNU-3248.40.184~3/RELEASE_X86_64

    Kernel UUID: 4E7B4496-0B81-34E9-97AF-F316103B0839

    Slide kernel: 0x0000000029a00000

    Text of core base: 0xffffff8029c00000

    Text __HIB base: 0xffffff8029b00000

    Name of system model: MacBookPro10, 1 (Mac-C3EC7CD22292981F)

    Availability of the system in nanoseconds: 82344078669247

    last load kext to 82300569275835: com.apple.driver.AppleUSBTCKeyEventDriver 245,4 (addr 0xffffff7face9b000 size 12288)

    Finally unloaded kext to 30468839473551: com.apple.driver.usb.cdc 5.0.0 (addr 0xffffff7face92000 size 28672)

    kexts responsible:

    com.apple.driver.AppleUSBTCKeyEventDriver 245,4

    com.apple.iokit.IOBluetoothUSBDFU 4.4.4f4

    com Apple.filesystems.smbfs 3.0.0

    com.apple.driver.AppleHWSensor 1.9.5d0

    com.apple.driver.AudioAUUC 1.70

    com.apple.driver.AGPM 110.21.18

    com.apple.driver.ApplePlatformEnabler 2.6.0d0

    com.apple.driver.X86PlatformShim 1.0.0

    com Apple.filesystems.autofs 3.0

    com.apple.driver.AppleMikeyHIDDriver 124

    com.apple.driver.AppleOSXWatchdog 1

    com.apple.driver.AppleMikeyDriver 274.7

    com.apple.driver.AppleUpstreamUserClient 3.6.1

    com Apple.Driver.pmtelemetry 1

    com.apple.iokit.IOUserEthernet 1.0.1

    com.apple.driver.AppleHDA 274.7

    com.apple.iokit.IOBluetoothSerialManager 4.4.4f4

    com.apple.GeForce 10.1.0

    com.apple.Dont_Steal_Mac_OS_X 7.0.0

    com.apple.driver.AppleIntelHD4000Graphics 10.1.4

    com.apple.driver.AppleMCCSControl 1.2.13

    com.apple.driver.AppleHV 1

    com.apple.iokit.BroadcomBluetoothHostControllerUSBTransport 4.4.4f4

    com.apple.driver.AppleSMCPDRC 1.0.0

    com.apple.driver.AppleThunderboltIP 3.0.8

    com.apple.driver.AppleSMCLMU 208

    com.apple.driver.AppleLPC 3.1

    com.apple.driver.AppleIntelFramebufferCapri 10.1.4

    com.apple.driver.AppleMuxControl 3.12.6

    com.apple.driver.AppleIntelSlowAdaptiveClocking 4.0.0

    com.apple.driver.AppleUSBTCButtons 245,4

    com.apple.driver.AppleUSBTCKeyboard 245,4

    com.apple.AppleFSCompression.AppleFSCompressionTypeDataless 1.0.0d1

    com.apple.AppleFSCompression.AppleFSCompressionTypeZlib 1.0.0

    com.apple.BootCache 38

    com.apple.driver.AppleSDXC 1.7.0

    2.8.5 com.apple.iokit.IOAHCIBlockStorage

    com.apple.driver.AirPort.Brcm4360 1040.1.1a6

    com.apple.driver.usb.AppleUSBEHCIPCI 1.0.1

    com.apple.driver.AppleAHCIPort 3.1.8

    com.apple.driver.AppleSmartBatteryManager 161.0.0

    com.apple.driver.AppleACPIButtons 4.0

    com.apple.driver.AppleRTC 2.0

    com.apple.driver.AppleHPET 1.8

    com.apple.driver.AppleSMBIOS 2.1

    com.apple.driver.AppleACPIEC 4.0

    com.apple.driver.AppleAPIC 1.7

    com.apple.driver.AppleIntelCPUPowerManagementClient 218.0.0

    com Apple.NKE.applicationfirewall 163

    com Apple.Security.Quarantine 3

    com.apple.security.TMSafetyNet 8

    com.apple.driver.AppleIntelCPUPowerManagement 218.0.0

    com Apple.Driver.USB.cdc 5.0.0

    com Apple.kext.Triggers 1.0

    com.apple.driver.DspFuncLib 274.7

    com.apple.kext.OSvKernDSPLib 525

    com.apple.iokit.IOSerialFamily 11

    com.apple.nvidia.driver.NVDAGK100Hal 10.1.0

    com.apple.nvidia.driver.NVDAResman 10.1.0

    com.apple.iokit.IOSurface 108.2.1

    com.apple.driver.AppleSMBusController 1.0.14d1

    com.apple.driver.CoreCaptureResponder 1

    com.apple.iokit.IOBluetoothHostControllerUSBTransport 4.4.4f4

    com.apple.iokit.IOBluetoothFamily 4.4.4f4

    com.apple.driver.AppleHDAController 274.7

    com.apple.iokit.IOHDAFamily 274.7

    com.apple.iokit.IOAudioFamily 204.3

    com.apple.vecLib.kext 1.2.0

    com.apple.driver.AppleSMBusPCI 1.0.14d1

    com.apple.driver.X86PlatformPlugin 1.0.0

    com.apple.driver.IOPlatformPluginFamily 6.0.0d7

    com.apple.iokit.IOAcceleratorFamily2 205.3

    com.apple.AppleGraphicsDeviceControl 3.12.6

    com.apple.driver.AppleBacklightExpert 1.1.0

    com.apple.driver.AppleSMC 3.1.9

    com.apple.iokit.IONDRVSupport 2.4.1

    com.apple.driver.AppleGraphicsControl 3.12.6

    com.apple.iokit.IOGraphicsFamily 2.4.1

    com.apple.iokit.IOSlowAdaptiveClockingFamily 1.0.0

    com.apple.iokit.IOSCSIArchitectureModelFamily 3.7.7

    com.apple.driver.AppleUSBMultitouch 250,5

    com.apple.iokit.IOUSBHIDDriver 900.4.1

    com.Apple.Driver.USB.Networking 5.0.0

    com.apple.driver.usb.AppleUSBHostCompositeDevice 1.0.1

    com.apple.driver.usb.AppleUSBHub 1.0.1

    com.apple.driver.CoreStorage 517.20.1

    com.apple.driver.AppleThunderboltDPInAdapter 4.1.3

    com.apple.driver.AppleThunderboltDPAdapterFamily 4.1.3

    com.apple.driver.AppleThunderboltPCIDownAdapter 2.0.2

    com.apple.driver.AppleThunderboltNHI 4.0.4

    com.apple.iokit.IOThunderboltFamily 6.0.2

    com.apple.iokit.IO80211Family 1110.26

    com.apple.driver.mDNSOffloadUserClient 1.0.1b8

    com.apple.iokit.IONetworkingFamily 3.2

    com Apple.Driver.corecapture 1.0.4

    com.apple.driver.usb.AppleUSBEHCI 1.0.1

    com.apple.iokit.IOAHCIFamily 2.8.1

    com.apple.driver.usb.AppleUSBXHCIPCI 1.0.1

    com.apple.driver.usb.AppleUSBXHCI 1.0.1

    com.apple.iokit.IOUSBFamily 900.4.1

    com.apple.iokit.IOUSBHostFamily 1.0.1

    com.apple.driver.AppleUSBHostMergeProperties 1.0.1

    com.apple.driver.AppleEFINVRAM 2.0

    com.apple.driver.AppleEFIRuntime 2.0

    com.apple.iokit.IOHIDFamily 2.0.0

    com.apple.iokit.IOSMBusFamily 1.1

    com Apple.Security.sandbox 300.0

    com.apple.kext.AppleMatch 1.0.0d1

    com.apple.driver.AppleKeyStore 2

    com.apple.driver.AppleMobileFileIntegrity 1.0.5

    com.apple.driver.AppleCredentialManager 1.0

    com.apple.driver.DiskImages 417.2

    com.apple.iokit.IOStorageFamily 2.1

    com.apple.iokit.IOReportFamily 31

    com.apple.driver.AppleFDEKeyStore 28.30

    com.apple.driver.AppleACPIPlatform 4.0

    com.apple.iokit.IOPCIFamily 2.9

    com.apple.iokit.IOACPIFamily 1.4

    com.apple.kec.Libm 1

    com Apple.KEC.pthread 1

    com Apple.KEC.corecrypto 1.0

    System profile:

    Airport: spairport_wireless_card_type_airport_extreme (0x14E4, 0xEF), Broadcom BCM43xx 1.0 (7.21.95.175.1a6)

    Bluetooth: Version 4.4.4f4 17685, 3 services, 27 aircraft, 0 incoming serial ports

    Bus crush: MacBook Pro, Apple Inc., 23.4

    Memory module: BANK 0/DIMM0, 8 GB, DDR3, 1600 MHz, 0x802C, 0x384B54463531323634485A2D314736453120

    Memory module: BANK 1/DIMM0, 8 GB, DDR3, 1600 MHz, 0x802C, 0x384B54463531323634485A2D314736453120

    USB device: USB 2.0 Bus

    USB device: Hub

    USB device: FaceTime HD camera (built-in)

    USB device: USB 2.0 Bus

    USB device: Hub

    USB device: Hub

    USB device: Apple keyboard / Trackpad

    USB device: Hub BRCM20702

    USB Device: USB Bluetooth host controller

    USB device: USB 3.0 Bus

    Serial ATA Device: APPLE SD512E, GB 500,28 SSD

    Model: MacBookPro10, 1, MBP101.00EE.B0A of BootROM, 4 processors, Intel Core i7, 2.7 GHz, 16 GB, MSC 2.3f35

    Network service: Wi - Fi, AirPort, en0

    Graphics card: Intel Graphics HD 4000, 4000, Intel HD graphics card integrated

    Graphics card: NVIDIA GeForce GT 650 M, NVIDIA GeForce GT 650 M, PCIe, 1024 MB

    You can go to https://etrecheck.com

    Download, perform, and display the full result please

    Also - what you have connected via USB ports? -who appears to contribute to the issue

  • Can BB smartphone be transferred to the PdiPort in the Device Manager?

    Original title: Hello users experience

    I have a lot of questions : outlook work when using wireless adapter for the connection, the connection is very good to excellent Can can someone explain?


    My XP home Edition 32 bit can be configured to use 64-bit to run faster multiness?  If yes how to do in this regard?

    Can the Smartphone BB leave Bus USB controllers to the class for PdiPort devices in the Device Manager box? According to RIM, they saw that the smartphone usb device in the class for PdiPort devices, it is not supposed to be here in Universal Serial Bus controller. Could someone someone out there explain this!

    Because every time I have download smartphone that he goes to the Universal Serial Bus Controller port, now I need to cam and headphone front ports, and smartphone is no longer necessary in ports before, I want to change that uses the front and back ports.  I think basically that it of used in a port on the front.

    HEY HEY HEY thanks for your replies.

    Hello

    Issue of Outlook:
    What are they to work wireless with envy?
    We need more information to help you with the number.

    XP Home edition question:
    If you want to convert 32-bit WIndows XP 64-bit then, you must reinstall the operating system with windows XP 64-bit disk.
    Reference: http://windows.microsoft.com/en-IN/windows/help/install-reinstall-uninstall

    Issue of BB smartphone device:
    Have you tried to connect the phone to the return postage and check what happnes?
    Reference: http://support.microsoft.com/kb/310575

  • Vista does not recognize external hard drive (LONG!)

    I bought a Terrabite Cavalry USB Mass Storage 1 unit some time around January 2009. We used it to back up my computers portable wife and daughters without any problems (it was Windows XP a Windows Vista). Shortly after, we have tried to back up my desktop computer, also running Windows Vista, but my computer does not recognize the drive into any USB port. After this attempt, we get is more willing to work on any computer. We contacted the cavalry and they replaced the drive, but we lost a lot of data since most of the files saved on my wife and daughter desktops have been deleted to clean up their hard drives.
    When I received the spare drive I backed up my computer with no problems.
     
    We moved from NC to PA in August of last year and had packed the new car. Recently, we unpacked and used to transfer ALL the photos of my wife, numbering several hundred, again with no problems. In addition, she has saved his computer using the Vista utility. Today, I made the horrible mistake of trying to back up my computer using the same player. I had completely forgotten the previous question. Yet once, my computer did not recognize the drive, any USB port used or on the tabs 'computer '. When the drive is plugged in and turned on, it will be not even allow us to display the elements on the tab 'computer '.
     
    And now, just as before, the player no longer works on my wife's computer either. THIS IS AN ESSENTIAL QUESTION! If we cannot access the drive over 500 photos of our family, covering more than 5 years are lost forever!
     
    Although I've read similar questions on this site (especially in regards to Windows XP) I can't find the one that is exactly the same problem as this.
    There is nothing wrong with my computer. Each USB port works fine. I tried other USB devices with no problems of any kind.
     
    On both computers, if you connect the external drive and the power up it starts with a light blue on the front as it is supposed to. He then became red and Windows makes the normal audio alert, as it does with any USB device plugged. On the bar, the new icon 'Remove hardware safely', says but clicking on that alone causes the computer to get ung place intil the drive is unplugged. The same is tru if we try to access the tab "Computer" in the Start Menu. The computer attempts to load the itms 'Computer' but never the completion of the task. THE TWO COMPUTER DO EXACTLY THE SAME THING! My wife uses a Dell with Vista Home Premium and I use an EMachine with Vista Home Basic. And this issue seems to happen only after using his computer to mine, not the other way around because I had done a backup on thise drive when I got last year and she just did a new now on his own.
    I wrote to the Cavalry, but received no response. They said the last time that they aren't able to recover lost data, and it is said that all over their site.
    The external drive is a cavalry model # CAXP3701PA.
    Someone please help! Pictures of our last five years (including photos of my wife of his precious Golden Retriever from puppy to now) are lost if we cannot solve this problem. It seems that the player works well, but something corrupting of the software driver. We tried again to my wife's computer o and it begins with "Download driver software for device" but then what I described before using it.
    Any suggestions would be greatly appreciated.

    Hello

    Put the disc in a real store of the computer (not the leeks and the glances at a Best Buy or other stores)
    and they can remove the drive from the case and put it in another computer to back up data
    to other media. Of course this cancels any warranty and may not work if the drive has probably
    in fact failed. Data can often be recovered since a failed drive while it's expensive.

    (The drive could be put in either your PC as a 2nd drive).

    I hope this helps.

    Rob Brown - MS MVP - Windows Desktop Experience: Bike - Mark Twain said it right.

Maybe you are looking for

  • iPad camera poor Pro

    You guys said 9.7 inches iPad camera Pro is equal to the iPhone camera 6, but it's horrible, when I opened the camera I see tiny pellets I compared his camera with aerial camera iPad and iPad Air camera was better play tell me what to do.   I have io

  • What is the best way to collaborate on a project in logic at the same time?

    My brother and I collaborate on music, even though we live in different States.  We try to understand the best way to work on a project at the same time... not to live (although that would be awesome) rather by the project back repeatedly for multitr

  • DeskJet 1515 all-in-one

    The printer does not appear for empty black ink cartridge light.But still it is not printing. What I would do.And how to check ink levels?

  • My laptop which is an E15 Aspire really slow us down when pulling up to Microsoft Office. What can I do?

    Whenever I try to pull up a document or program in Microsoft Office, it is really slow. He struggles to save the documents and he also has a hard time to remove saved documents.

  • Could not locate Windows Media Player

    Cannot find the Windows Media Player on my computer (Vista) I can't find the Windows Media Player on my computer (Vista) also when I tried to update WMP, there is nothing to update. Anyone knows, if I lost the WMP?