This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
We are scripting the image creation as part of our automated build process.
Issues I found with C2000GANG_ImageFileSave function.
First of all, the 'type' argument is not documented. I looked at the C2000_GANG.h file and it says nothing about this argument.
I sent an support request to Elprotronic more than half a year ago and there has been no answer.
The 'filename' argument handles periods in the name weirdly and inconsistently.
filename: "555-5555.00_00_00.BN9999" generates this:
555-5555.00_00_00.c2000gangbin
555-5555.00_00_00.c2000gangimage
filename: "555-5555.00_00_00_BN9999" generates this:
555-5555.c2000gangbin
555-5555.c2000gangimage
filename: "555-5555_00_00_00_BN9999" generates this:
555-5555_00_00_00_BN9999.c2000gangbin
555-5555_00_00_00_BN9999.c2000gangimage
Please support periods in the file name.
Guessing at the Type and changing the file naming format we are able to work around these issues but it would be nice to see fixes in later versions.
Thanks in Advance