Forum Discussion
Altera_Forum
Honored Contributor
10 years agothank you for sharing your experience I was having the same problems and your tutorial helped me a lot.
--- Quote Start --- It would be nice if Altera could update the manual for their board still being sold (since there is now 'Qsys' and no more 'SOPC builder'). --- Quote End --- The board is not made by Altera is made by terasic technologies, they are the ones that need to update the User Manual but I completely agree with you. Altera has a newer tutorial: introduction to the altera qsys system integration tool (ftp://ftp.altera.com/up/pub/altera_material/14.1/tutorials/introduction_to_the_altera_qsys_tool.pdf) is for the DE2-115 board but it can be easily adapted to the de0-nano. --- Quote Start --- Don't know, why it works now... Maybe its because of enable_small_c_library, maybe its because I edited the BSP? --- Quote End --- When you enabled the Small C Library the final size of the compiled C program was reduced so it was able to fit inside the On-Chip Memory, apparently the total memory size setting of 26000 is not enough, I made it work using a size of 49152. best regards.