Forum Discussion
Altera_Forum
Honored Contributor
17 years agoHow to read and write value in two different systems?
Dear everyone, I am now working on a multicore system. cpu_0 runs uclinux, cpu_1 runs a piece of program, the base address of led_red( pio ) in the SOPCBuilder is 0x00400000, the base ...
Altera_Forum
Honored Contributor
17 years ago<div class='quotetop'>QUOTE (mschnell @ Aug 12 2009, 08:26 AM) <{post_snapback}> (index.php?act=findpost&pid=23492)</div>
--- Quote Start --- So please come back after you did some decent research yourself. -Michael[/b] --- Quote End --- Thank you. I have tried dual core running simultaneously recently. However,I found that when running a uclinux system and a program generated on the basic of reference design "helloworld_small", it runs perfectly. When running a uclinux system and a program generated on the basic of reference design "helloworld", either of the process will stop. There's only a difference lies in the syslib between "helloworld_small" and "helloworld", I don't know why "helloworld" leading to the unknown interruption.