- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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?
Thanks,
Roy Roif
Solved! Go to Solution.
- Labels:
-
PSoC5 LP MCU
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
> 1. How can I compile the project SW into a production line format file?
(1) Change "Build Configuration" from "Debug" to "Release"
(2) Clear and Build
(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
> 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
(2) From Menu "File" > "File Load..." select the <project>.hex file
(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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
> 1. How can I compile the project SW into a production line format file?
(1) Change "Build Configuration" from "Debug" to "Release"
(2) Clear and Build
(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
> 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
(2) From Menu "File" > "File Load..." select the <project>.hex file
(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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Motoo,
Thanks alot 😄
Thanks,
Roy Roif