Other Parts Discussed in Thread: UNIFLASH, MSP430F5419A
Hi,
I am trying to program MSP430F5419A using Uniflash. But uniflash is asking for start address? What should be the correct start address?
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Other Parts Discussed in Thread: UNIFLASH, MSP430F5419A
Hi,
I am trying to program MSP430F5419A using Uniflash. But uniflash is asking for start address? What should be the correct start address?
hwteam skpp said:I am trying to program MSP430F5419A using Uniflash. But uniflash is asking for start address? What should be the correct start address?
As per this related thread, when programming a binary file, you need to specify the address the program should be loaded to. On the other hand, if you were loading a .out file (generated by the compiler tools) directly, there is no need to provide an address as the information on where the different sections are to be loaded is already embedded in the .out file.