Altera_Forum
Honored Contributor
15 years agoalt_write_flash - single threaded
I'm currently experimenting with uC/OS-II with NicheStack on Nios II. Things are going well except for situations where I am writing 128K of data to flash using alt_write_flash(). I noticed in the Nios II Software Developers guide that alt_write_flash() should be used in a single threaded build. Is there a HAL implementation that allows flash writing in multithreaded mode available in the NIOS II EDS or must I implement this myself?