I bought this Pro Micro on eBay a while back, and I never really got around to using it. But now that I do my iMac won't recognize the board. I plug it into my iMac and open Arduino and go to the board tab, and it doesn't even have a Pro Micro choice, so I just choose Micro.
In ports it isn't showing up like my other boards do. Is it my computer, because my Chinese clone Uno and Mega weren't being recognized a while ago? I downloaded the CH340 chip driver for them because they used the CH340 chip and now they are recognized and work perfectly!
The thing is the Pro Micro does not use that chip so is there something else I have to do like another driver to download? It is not the cable because I have tried 5 cables and some had the symbol with the circle triangle and square connected on them, which is the usb serial symbol I think, so they aren't just power cables. If anyone knows what the problem is, that would be awesome! Here is the error it gives me when I try to upload it.
Arduino: 1.6.9 (Mac OS X), Board: "Arduino/Genuino Micro" failed MSpanList_Insert 0x31dea0 0x29ab70fa1fa 0x0 fatal error: MSpanList_Insert runtime stack: runtime.MSpanList_Insert(0x2c70d0, 0x31dea0) /usr/local/go/src/runtime/mheap.c:692 +0x8f runtime.MHeap_Alloc(0x2c6d20, 0x6, 0x10000000034, 0xf989) runtime.MCentral_CacheSpan(0x2d10d8, 0x30c270) /usr/local/go/src/runtime/mcentral.c:85 +0x167 runtime.MCache_Refill(0x308000, 0xc200000034, 0x30c270) /usr/local/go/src/runtime/mcache.c:90 +0xa0 goroutine 1 [running]: runtime.switchtoM() /usr/local/go/src/runtime/asm_amd64.s:198 fp=0xc2082b7468 sp=0xc2082b7460 runtime.mallocgc(0x2200, 0x19ff80, 0x0, 0xc2080d68e9) /usr/local/go/src/runtime/malloc.go:178 +0x849 fp=0xc2082b7518 sp=0xc2082b7468 runtime.newarray(0x19ff80, 0x20, 0xa5ca) /usr/local/go/src/runtime/malloc.go:365 +0xc1 fp=0xc2082b7550 sp=0xc2082b7518 runtime.hashGrow(0x1b4300, 0xc2080dc150) /usr/local/go/src/runtime/hashmap.go:744 +0x86 fp=0xc2082b7580 sp=0xc2082b7550 runtime.mapassign1(0x1b4300, 0xc2080dc150, 0xc2082b7698, 0xc2082b7688) /usr/local/go/src/runtime/hashmap.go:456 +0x568 fp=0xc2082b7620 sp=0xc2082b7580 arduino.cc/builder/props.PropertiesMap.Merge(0xc2080dc150, 0xc2082b7748, 0x1, 0x1, 0x3) /Users/jenkins/jenkins/workspace/arduino-builder- macosx/src/arduino.cc/builder/props/properties.go:162 +0x153 fp=0xc2082b7718 sp=0xc2082b7620 arduino.cc/builder/props.PropertiesMap.Clone(0xc20803ce40, 0xb2f5f) /Users/jenkins/jenkins/workspace/arduino-builder- macosx/src/arduino.cc/builder/props/properties.go:170 +0xad fp=0xc2082b7770 sp=0xc2082b7718 arduino.cc/builder.(*RecipeByPrefixSuffixRunner).Run(0xc20801e300, 0xc208068000, 0x0, 0x0) /Users/jenkins/jenkins/workspace/arduino-builder- macosx/src/arduino.cc/builder/recipe_runner.go:53 +0x2c4 fp=0xc2082b78e8 sp=0xc2082b7770 arduino.cc/builder.runCommands(0xc208068000, 0xc2082b7af8, 0x1c, 0x1c, 0xc208038001, 0x0, 0x0) /Users/jenkins/jenkins/workspace/arduino-builder- macosx/src/arduino.cc/builder/builder.go:181 +0x139 fp=0xc2082b7978 sp=0xc2082b78e8 arduino.cc/builder.(*Builder).Run(0xc2082b7ce0, 0xc208068000, 0x0, 0x0) /Users/jenkins/jenkins/workspace/arduino-builder- macosx/src/arduino.cc/builder/builder.go:116 +0xe8e fp=0xc2082b7cc0 sp=0xc2082b7978 arduino.cc/builder.RunBuilder(0xc208068000, 0x0, 0x0) /Users/jenkins/jenkins/workspace/arduino-builder- macosx/src/arduino.cc/builder/builder.go:212 +0x49 fp=0xc2082b7ce8 sp=0xc2082b7cc0 main.main() /Users/jenkins/jenkins/workspace/arduino-builder- macosx/src/arduino.cc/arduino-builder/main.go:316 +0x171b fp=0xc2082b7f98 sp=0xc2082b7ce8 runtime.main() /usr/local/go/src/runtime/proc.go:63 +0xf3 fp=0xc2082b7fe0 sp=0xc2082b7f98 runtime.goexit() /usr/local/go/src/runtime/asm_amd64.s:2232 +0x1 fp=0xc2082b7fe8 sp=0xc2082b7fe0 arduino-builder returned 2 Error compiling for board Arduino/Genuino Micro. This report would have more information with "Show verbose output during compilation" option enabled in File -> Preferences.
; clickAbout This Mac; clickMore Info…; clickSystem Report…; then underHardwareclickUSBand see if anything gets added when you plug in the Arduino. Let us know if or if not. It could be a bare board without bootloader.