BRTOS Problem

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

BRTOS Problem

1,141 Views
emh203
Contributor II

Hello:

 

I am hoping that the guys from BRTOS lurk here.   I tried loading the quikstick example that has SD+USB_CDC example.    It compiles correctly and downloads but I get the error "unkown device" when I plug into my system.  (Windows 7 - 64-bit).

 

I have yet to get a working USB example with the kinetis.   Has anyone else seen this problem?

0 Kudos
4 Replies

901 Views
mjbcswitzerland
Specialist V

Hi

 

Wasn't this answered here: https://community.freescale.com/message/97176#97176 ?

 

Regards

 

Mark

 

0 Kudos

901 Views
emh203
Contributor II

The problem seemed to be hardware.  I hacked another circuit with the same chip and it worked.   The CDC driver didn't work but the link you pointed me too seemed to work ok. Thanks.   Just trying to find an example that I can backport to a bare metal implementation.

 

 

0 Kudos

901 Views
gustavod
Contributor III

Hi,

 

I am Gustavo from the BRTOS project. Regarding your question about a bare metal USB CDC, i must say that BRTOS driver is based on the bare metal driver provided by Freescale:

 http://www.freescale.com/webapp//sps/site/prod_summary.jsp?code=MEDICALUSB&nodeId=0152109D3F

 

So, you can download the Freescale code and use the USB CDC demo.

 

Regards.

0 Kudos

901 Views
emh203
Contributor II

Thank you for the info.  I did get everything to work.

0 Kudos