write hex in module

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

cross mob
Anonymous
Not applicable
        hi I want com port in cypress3.17 in my application. when i run sample cpp in examples this problem was acured 1.after write hex on one module shoule dispart hardware psocminiprogrammer from usb otherwise this message show "open port failed" 2.when write hex in module led module after several bat was turn on and not programmed please help mi   
0 Likes
7 Replies
ETRO_SSN583
Level 9
Level 9
250 likes received 100 sign-ins 5 likes given

Post you project -

   

 

   

"File"

   

"Archive Project"

   

 

   

Use Internet Explorer or Firefox to upload project. Then Forum can try to help.

   

 

   

Also write both english and your native language in your post, we will

   

use Google Translate, as well as reading your English, to try to under-

   

stand your questions.

   

 

   

Regards, Dana.

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

If you are using CY3217 (Miniprog1), you can either power the project

   

from the programmer menu after you program part, or remove

   

Miniprog1after programming and power from external power supply/battery.

   

 

   

If you power project from Miniprog1 the Miniprog1 can only supply

   

as much power as the USB port can provide. USB 1.0 150 mA, 2.0

   

500 mA.

   

 

   

Regards, Dana.

0 Likes
Anonymous
Not applicable
        I run samples in help software psocminiprogrammer this samples work fine but somtime one problem was acured: while program, module LED after several on and off stay on and program module was intrupt   
0 Likes
ETRO_SSN583
Level 9
Level 9
250 likes received 100 sign-ins 5 likes given

Some thoughts -

   

 

   

1) Make sure your USB driver on PC is up to date. This normally

   

is done by updating chip set driver.

   

 

   

2) If your board draws a lot of power disconnect high power loads

   

when programming, or use an external 3'rd party board, like dip board

   

as an example.

   

 

   

3) Take a look at this ap note and its references -

   

 

   

    

   

          

   

http://www.cypress.com/?rID=2726     AN2014

   

 

   

 

   

Regards, Dana.

0 Likes
Anonymous
Not applicable
        I read AN2014 but I don't know what to do . in software Psoc Programmer What was done is that this does not happen   
0 Likes
Anonymous
Not applicable
        i have application that in first step write hex on module and module seprate from device psocminiprog and in two step contact usb port and write profile program on module . now i want know that how can use device psocminiprog in step two without Interrupting module from device thanks for help   
0 Likes
ETRO_SSN583
Level 9
Level 9
250 likes received 100 sign-ins 5 likes given

Seems to me you are seeking a bootloader like operation.

   

 

   

You first program PSOC not using miniprog, then you want miniprog

   

to do additional programming. This is bootloader like operation, where

   

a kernal pre-loaded into PSOC directs further programming operation,

   

in this case from a miniprog.

   

 

   

Take a look at these to see if they may accomplish, with your modification, possibilities -

   

 

   

    

   

          http://www.psocdeveloper.com/forums/viewtopic.php?f=3&t=5658

   

 

   

     http://www.cypress.com/?id=4&rID=60862         

   

 

   

    

   

          http://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=13&ved=0CDIQFjACOAo&url=http%3A%2F%2Fww...

   

 

   

Otherwise I simply do not understand your question.

   

 

   

Regards, Dana.

0 Likes