chipKIT® Development Platform

Inspired by Arduino™

New user, cant get MAX32 to communicate

Created Sun, 03 Jul 2011 02:20:39 +0000 by Triple7


Triple7

Sun, 03 Jul 2011 02:20:39 +0000

I just got my MAX32 and I am having some trouble getting it to communicate with either one of my computers. I am running the latest version of MPIDE.

After I plugged it in for the first time, windows recognized something was plugged in and automatically installed the drivers. A USB serial converter appears in the device manager. The red LED is on and the green LED is blinking.

I opened MPIDE, selected MAX32 and COM1. I loaded the blink sketch and tried to upload it. It didnt work so I tried COM3. It didnt work either. I get communication and connection errors with COM3 that indicate it cant get a connection status.

What am I missing? I went through all the documentation I can find and I cant find an answer. Both of my computers do the same thing, I have tried changing the drivers to the ones in the drivers folder as well as changing the USB cable to no avail. Any suggestions would be greatly appreciated.


Trev

Sun, 03 Jul 2011 02:55:39 +0000

Find which com port is being used by the board by checking the list in Control Panel -> Device Manager (classic, not sure about new fangled Windows CP layout).


Triple7

Sun, 03 Jul 2011 04:55:06 +0000

I tried looking under the com&lpt port but nothing ever shows up. The only indication I get that windows recognizes the board is under USB. It shows USB serial device, which disappears/reappears as I unplug/plug it in.


Trev

Sun, 03 Jul 2011 05:00:31 +0000

I'd uninstall whatever Windows installed by default (it often gets it wrong in my experience), then go to the FTDI site ( http://www.ftdichip.com/Drivers/VCP.htm ) and download the latest official Windows usb-serial drivers. Install those drivers before plugging in the board again.


Triple7

Sun, 03 Jul 2011 12:07:18 +0000

Great call. That fixed it. Thanks for all the help.