Forum Discussion
Altera_Forum
Honored Contributor
9 years agoYou probably missed something in the configuration or your program. I have a BeMicro MAX10 kit and it was pretty tough to get going. One of my test project was using a custom instruction to blink the LEDs on the board. Here are my notes on how to program it:
------------------- notes start ------------------------------------------------- This project will use internal memory and a custom instruction to change the LEDs. The custom instruction is combinatorial. Notes: 1. Must remember to "Make Targets" in Eclipse and include the meminit.qip file to the project. This creates the hex file for the software. 2. Load the .pof file in the programmer and check the box for CFM0 only. ----------------------notes end-------------------------------------------------------------- I hope that helps.