Nios® V/II Embedded Design Suite (EDS)
Support for Embedded Development Tools, Processors (SoCs and Nios® V/II processor), Embedded Development Suites (EDSs), Boot and Configuration, Operating Systems, C and C++
12746 Discussions

Is .text data not located in flash memory?

Altera_Forum
Honored Contributor II
1,116 Views

HELP! 

When I down my program to the My board---ep2c35, I set .text and .rodata into flash memory in System Library Page.Built project.............OK! RUN AS HARDWARE...................Verify failed! SO I set .text and .rodata into SSRAM,all is fine. 

why?why I can not place .text data into flash?Anyone have some advice?Thanks!
0 Kudos
1 Reply
Altera_Forum
Honored Contributor II
418 Views

You should be able to place .rodata and .text in flash, but you've got to program the flash after doing this. 

 

Cheers, 

 

- slacker
0 Kudos
Reply