Hi,
I have a situation where I need to change the value of a constant in a jal file and compile/program it repeatedly for a number of times. It's about adding an identifier ( such an address for example) in each programmed microcontroller ( not the one already built in).
Is there any solution to do it in a script which calls repeatedly the jal file, change the constant value and obtain after the compilation a different hex file for each constant value? Perhaps somewhere there is a known example?
thank you!