I have a compiled code and I want only to change the uart pins without compiling the code again
If it is possible to modify only the hex code, how can I find the UART pins assignment?
I have a compiled code and I want only to change the uart pins without compiling the code again
If it is possible to modify only the hex code, how can I find the UART pins assignment?
Hi,
In that case you would need to know exactly at which addresses the pin number is, and change all occurrences. This is not impossible, but if you only have the hex file finding it would not be trivial at all, and I cannot suggest how you should go about. I would think that rebuilding the app would be much, much faster.
Hi,
In that case you would need to know exactly at which addresses the pin number is, and change all occurrences. This is not impossible, but if you only have the hex file finding it would not be trivial at all, and I cannot suggest how you should go about. I would think that rebuilding the app would be much, much faster.