Achtung Internet Explorer-Benutzer: Die ROHM-Website unterstützt IE 11 nicht mehr. Bitte aktualisieren Sie Ihren Browser, um die beste Leistung auf der ROHM-Website zu gewährleisten.
When I changed the variable name or function name, the HEX file that was built and output was changed.I thought that the output HEX file would not be changed if only the name was changed, but why is the output HEX changed?
HEX is changed when the variable name or function name is changed because of the specifications of the RLU8 linker. When allocating variables or functions to memory, RLU8 Linker assigns a management value based on the variable name or function name, and allocates to memory based on the management value. When the variable name or function name is changed, the management value given changes and the order / allocation address of the memory allocation process changes, resulting in a change in HEX. Also, if you change the file name, the HEX will change in the same way.