Re: Re: Question for firmware information
Tom Collins <tom-lnEA/wrDJtNWk0Htik3J/[email protected]>
| Newsgroups | gmane.comp.hardware.rabbit-semiconductor |
|---|---|
| Message-ID | <[email protected]> |
It looks like StdBios.c wasn't designed to easily allow insertion of those 8 bytes. You will have to modify StdBios.c to control those bytes. You could create a new macro, and have it default to 8 comma-separated zeros if not set, and then set it in the program options as always being 8 comma-separated bytes. If set to anything else, it will alter the offset of the firmware name element in that structure. -Tom On Jul 29, 2013, at 1:15 PM, hongyang74 wrote: > Hello, Scott: > > I do thank you for your help. If I would like to use user defined space, it looks like to have 8 bytes. Do I need to define global settings using macro name or I need to modify it in stdbios.lib? > > Regards, > > Yang