Forum Discussion
JayHarikumaran
Occasional Contributor
4 years agoHello World doesnt print message to JTAG uart console
Hello,
I am trying run the code from Flash. So I created a PoF file using the .sof file and the hex file for the flash as shown in https://www.youtube.com/watch?v=0k4AZmdW9Sk to run code from flas...
JayHarikumaran
Occasional Contributor
4 years agoI changed the reset vector for Nios II to Ram and increased ram size as the application plus stack and heap wouldnt fit in the RAM from 32KB to 66000 bytes and kept everything else the same. Recreated BSP to run code from RAM and the processor does work. I think the UFM should be large enough to hold the same program and data plus the copier functions. Could someone share their thoughts on this issue?
How