Forum Discussion
Altera_Forum
Honored Contributor
16 years agoThis is quite helpful :-)
Using elf2hex as above I can generate a hex file that contains data rather than just 0's. My problem now is that I have two rams. One for instructions and one for data. eg (.text) in Instruction_Rom (.rodata, .rwdata, heap and stack) in Data_RAM I assume that both of these are contained within the elf file. So how do I extract the relevant sections? Cheers H