Forum Discussion
Altera_Forum
Honored Contributor
21 years agoHow to use Compact Flash in eCos?
Hi. I'm having problems accessing the compact flash card in eCos. I tried a program that mount the filesystem to / and write a file to it. But the program hangs when I try to open a file. I have ...
Altera_Forum
Honored Contributor
21 years agoI have just used a standard main() as my program and none threads. I just want the program to run main() and then quit, but usually it starts again a second time.
Just before I read this I tried to use a cyg_uint16 array of 16000 elements and the program can't deal with this. It runs through a couple of printfs and then restarts again. It does this as long as I has bothered to look at it. I does the same under debug. Does it run out of memory? Ole