Hello,
I am trying to generate a binary file with boot table information using Hex55 v4.3.6. This file will be used for Flash boot of a C5510 on a custom module. The memory width of the Flash being used on the module is 16 bits.
This is the command line I am using
hex55 -boot -v5510:2 -parallel16 -memwidth=16 -romwidth=16 -delay=10000 -e=_c_int00 -o=tmsc55xx.rom -b tmsc55xx.out
Upon entering the above command line, I get the following error message
"fatal error: Binary format must have a memory width of 8 bits (aborting)".
What options am I missing in order to generate a binary file with boot table for a memory width of 16 ?
Thanks and Regards,
Vikram.