Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
lock attach
Attachments are accessible only for community members.
Anonymous
Not applicable

For a school project I designed a method to look how long a dma transfer of x bytes takes vs doing it in software.

   

The problem is that I can't get the usb uart working properly. I have used the same value's as in the Cypress Psoc5LP USB uart example but my pc says It can not recogneise it.

   

Neither does it recognise the PID and VID (just say's 0).

   

I am using the Psoc 4 pioneer kit and bootloading the psoc 5.

   

Also I tried to remove al the extra code and components and just get the usb uart to work. But it was no success.

   

The files are attached.

   

I hope i can find some help here.

0 Likes
5 Replies
Bob_Marlowe
Level 10
Level 10
First like given 50 questions asked 10 questions asked

You are probably barking at the wrong tree 😉

   

The bootloader you refer to is residing in the PSoC4 chip and not within the 5-LP. I am not sure if the PSoC5 on the Pioneer Kit even has got a bootloader, afaik it is programmable only by using a MiniProg3 or something equivalent.

   

Since the PSoC4 has got no USB interface you are a bit stuck. Next bigger solution is a kit-050 for $100 which is more than that what I spend for breakfast.

   

hopefully somebody else has got a different idea

   

 

   

Bob

0 Likes
ETRO_SSN583
Level 9
Level 9
250 likes received 100 sign-ins 5 likes given

Bootloader for the 5LP on Pioneer -

   

 

   

    

   

          

   

http://cypress143.rssing.com/chan-12081338/all_p24.html      Pioneer PSOC 5LP as a bootloader

   

http://www.element14.com/community/thread/25084/l/psoc-4-pioneer-kit-community-project036-what-i-can...

   

   

 

   

Regards, Dana.

0 Likes
Anonymous
Not applicable

 Thats the method i used Dana.

   

I can verify it works. The problem i'm having is with the usb.

0 Likes
ETRO_SSN583
Level 9
Level 9
250 likes received 100 sign-ins 5 likes given

Not sure, is this a driver issue ? Possibly use drivers from

   

USB SDK ? Do you see win try to enumerate ?

   

    

   

          

   

 

   

http://www.cypress.com/?rID=57990

   

 

   

 

   

Regards, Dana.

0 Likes
ETRO_SSN583
Level 9
Level 9
250 likes received 100 sign-ins 5 likes given

Not sure if this will help......

   

 

   

    

   

          

   

http://www.element14.com/community/docs/DOC-62594/l/cypress-ce60246--software-code-on-usbuart-for-ps...

   

 

   

www.cypress.com/?docID=41882

   

 

   

 

   

Regards, Dana.

0 Likes