Forum Discussion
Altera_Forum
Honored Contributor
21 years agoflash_test
#include "system.h"# include "string.h"# include "stdio.h"# include "sys/alt_irq.h"# include "unistd.h"# include "alt_types.h"# include "flashtest.h" int main(void) { unsigned char bu...
Altera_Forum
Honored Contributor
21 years agoI would use the HAL to communicate with the flash device for starters. Or better yet if you want to test flash try the memory test software template in the IDE (it has a flash test).