Product Based PSoC 5

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

cross mob
RoRo_4659551
Level 4
Level 4
25 replies posted 10 replies posted 10 likes given

Hi,

I have finished my bring-up and I had like to compile my PSOC Creator project SW into a bin or img format file so I can burn the products in the production line without using PSOC Creator.

Please your support understanding these subjects:

1. How can I compile the project SW into a production line format file?

2. What application can I use to perform the programming with the MiniProg 3?

 

@MotooTanaka 

Thanks,

Roy Roif

0 Likes
1 Solution
MotooTanaka
Level 9
Level 9
Distributor - Marubun (Japan)
First comment on blog Beta tester First comment on KBA

Hi,

> 1. How can I compile the project SW into a production line format file?

(1) Change "Build Configuration" from "Debug" to "Release"

001-Build_Configuration-Release.JPG

(2) Clear and Build

002-Clean_Build.JPG

(3) Then <project>.hex and <project>.elf files are generated in 

<project>\CortexM3\ARM_GCC_541\Release folder

Note: I think that usually we use <project>.hex file to program the product

003-hex_elf_generated.JPG

> 2. What application can I use to perform the programming with the MiniProg 3?

(1) PSoC Programmer

https://www.cypress.com/documentation/software-and-drivers/psoc-programmer-archive

005-PSoC-Programmer.JPG

(2) From Menu  "File" > "File Load..." select the <project>.hex file

004-load_file_hex.JPG

(3) From Menu "File" > "Program" will program the device.

For more details, please refer to the documents in

C:\Program Files (x86)\Cypress\Programmer\Documents

moto

View solution in original post

2 Replies
MotooTanaka
Level 9
Level 9
Distributor - Marubun (Japan)
First comment on blog Beta tester First comment on KBA

Hi,

> 1. How can I compile the project SW into a production line format file?

(1) Change "Build Configuration" from "Debug" to "Release"

001-Build_Configuration-Release.JPG

(2) Clear and Build

002-Clean_Build.JPG

(3) Then <project>.hex and <project>.elf files are generated in 

<project>\CortexM3\ARM_GCC_541\Release folder

Note: I think that usually we use <project>.hex file to program the product

003-hex_elf_generated.JPG

> 2. What application can I use to perform the programming with the MiniProg 3?

(1) PSoC Programmer

https://www.cypress.com/documentation/software-and-drivers/psoc-programmer-archive

005-PSoC-Programmer.JPG

(2) From Menu  "File" > "File Load..." select the <project>.hex file

004-load_file_hex.JPG

(3) From Menu "File" > "Program" will program the device.

For more details, please refer to the documents in

C:\Program Files (x86)\Cypress\Programmer\Documents

moto

Hi Motoo,

 

Thanks alot 😄

 

Thanks,

Roy Roif