chipKIT® Development Platform

Inspired by Arduino™

CDC on ADM and Max32

Created Thu, 26 Jun 2014 14:11:16 +0000 by Tayeb


Tayeb

Thu, 26 Jun 2014 14:11:16 +0000

Before I do something wrong I seek advice if Max32 comes with CDC-ACM, or if there is any compiled library for it.

I am trying to do the same as done by Addidis with Chronos watch TI EZ430:

http://dangerousprototypes.com/2011/08/27/chronos-controlled-door-lock/

Researching a bit I found out the following:

https://github.com/rtestardi/PIC32-CDC-ACM-Stk500v2-Bootloader

I did not find anything here on EZ430.

So I look forward to feedback.


Jacob Christ

Thu, 26 Jun 2014 18:23:52 +0000

Yes, but you need a Network Shield or equivalent to use the USB CDC-ACM (Choose Max32 USB for Serial).

The bootloader link you found is old and out dated. The latest bootloaders are here:

https://github.com/chipKIT32

Jacob