Altera_Forum
Honored Contributor
15 years agoIs there a way to translate the nios C files to hex files?
Hi,
My project is connecting between PC app to altera device. I want to add option in my app to update the altera's software. for that I need to write the altera's software into a flash device using usb uart, so I need to write the data to the flash cells in hex. I'm thinking to convert the C code to HEX code and just write it to the flash,and tell the CPU jump to the flash memory address and read the software from there. I also need to know how to get the cpu "on-chip memory" instruct the CPU to read the C program from the flash address that I written the file on. My goal is to program my system without using the Jtag. thanks alot! asaf