Forum Discussion
Altera_Forum
Honored Contributor
20 years agoBootloader size
Hi! I'm writing a bootloader for NIOSII to load my application from an rs232 uart into SDRAM. What I'm trying to do is pretty much the same as described in this topic: http://www.n...
Altera_Forum
Honored Contributor
20 years agobut why even small code, like
int main(void)
{
for(;;);
return 0;
} is too big??? it should be less than 1 kbyte