Forum Discussion
Altera_Forum
Honored Contributor
18 years agoFPGA Newbie needs some help.
Hi all. Just started working hard core on FPGAs for a project but I've come to a standstill. I have a DE2 board and I'd like to implement a small microcontroller core in it, one other than the Nios...
Altera_Forum
Honored Contributor
18 years agoSince you are using the microcontroller, you should have the link and compile tools to compile the software code into memory files such as the hex file, or the elf file for the flash memory. Then you can implement these memory file into the memory on chip, or the external memory, and read by the CPU.