Plecto
Full Member level 5
- Joined
- Jan 4, 2012
- Messages
- 315
- Helped
- 1
- Reputation
- 2
- Reaction score
- 1
- Trophy points
- 1,298
- Activity points
- 4,979
Hi. We've just started with a university project where the idea is to implement a MCU on an Altera DE2 board. We've previously successfully implemented a 32-bit MIPS processor on the FPGA so we are thinking of just using this architecture. The first problem we are facing is the programming part, how to store the assembly code coming from the programmer to the memory on the DE2 board. I know we need to make something like an SPI interface that can handle the incoming serial data and then save it on the 4MB flash on the DE2, but how does the information from the programmer look like? What type of programmer should we use for this purpose?