Forum Discussion
Altera_Forum
Honored Contributor
20 years ago --- Quote Start --- originally posted by hhh_gjf@Mar 28 2006, 03:08 PM hello,supertramp.
i meet the prolbem of cpuid.but i modify "if(id == 1) " with "if(id == 3)" in every hello_world_multi.c,but there still aren't message showed in console window.
if i download programmer of cpu1,cpu1 can printf message.but if i download programmer of cpu1,cpu2 and cpu3,there aren't message showed in console window. i am running the standard project for the altera cyclone ii ep2c35 dev kit.i am using quartus 5.1 +sp2with nios ii 5.1.
<div align='right'><{post_snapback}> (index.php?act=findpost&pid=13863)
--- quote end ---
--- Quote End --- Quite strange... the JTAG UART does have no relationship with multicore systems... did you tried in loading a hello world applicatio simultaneously in each core? in that case, the cores having the JTAG should print. Also check the reset addresses of your CPUs... --- Quote Start --- originally posted by hhh_gjf@Mar 28 2006, 03:08 PM anyone else meet the same problem with mine?if you solve,please tell me how to handle with it.
<div align='right'><{post_snapback}> (index.php?act=findpost&pid=13863)
--- quote end ---
--- Quote End --- The only workaround I see is not to use code that depends on the CPUID value... Paolo