We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
i am getting an error that doesnt make sense to me. im using a cypress cy7c68013a-128axc its either an fx2 or fx2LP. i was getting problems with address space overflows on the data, so i started to use
#define XBYTE ((unsigned char volatile xdata *) 0)
and now it gets me past the address overflow errors but still crashes on the hex2bix command.
Build target 'Target 1' compiling WPdev.c... linking... *** WARNING L16: UNCALLED SEGMENT, IGNORED FOR OVERLAY PROCESS SEGMENT: ?C_INITSEG Program Size: data=64.6 xdata=4473 code=3260 creating hex file from "fw"... User command #1: HEX2BIX.EXE -i -f 0xc2 -v 0x185A -p 0x0040 -o fw.iic fw.hex --- Error: User Command terminated, Exit-Code = 1 "fw" - 1 Error(s), 1 Warning(s).
Have you checked if hex2bin can give a more descriptive error message if you run it manually from the command line?
Have you verified that all parameters to hex2bin are valid?