I use WICED 6.2 to build image for CY8CKIT-062. Now I want to use PSoC Programmer or KitProg2 to flash my target, so I need .hex image. but I can't find it in build directory "C:\Users\xxxxxxxx\Documents\WICED-Studio-6.2\43xxx_Wi-Fi\build\snip.scan-CY8CKIT_062-debug"
How to create a single .hex image?
BR,
HY
Solved! Go to Solution.
You can use command line to program the device. Please refer to chapter 2 " Programming using the command line" in the following KBA for details: Programming an EZ-BT WICED Module – KBA223428
The device is programmed with .stripped.elf file which can be found in the binary folder, not a .hex file.
Dear OwenZ_26,
I know, but PSoC Programmer need .hex image....
BR,
HY
Please use the WICED SDK to programm the device. If you want to use the programmer, you need to use Creator SDK.
As far as I know there is no BT and WiFi function in Creator SDK, right?
But we need the BT and WiFi function, and flash the image in the production line where has no development environment.
You can use command line to program the device. Please refer to chapter 2 " Programming using the command line" in the following KBA for details: Programming an EZ-BT WICED Module – KBA223428