Hi all,
I am woking on my OMAP 35X EVM.
I tried the clk example coming with DSP/BIOS 5_33_03 .
I followed the BIOS tutorial and created a new prokect.
When I run the clk program, after the main() finished , the program will not enter task function.
the program just finished main()and went directly to the location below:
007FEF34 main_ret:
007FEF34 1FFFD812 CALLP.S2 $evm3530cfg.s62:2294:2332$ (PC-320 = 0x007fede0),B3
007FEF38 1FF9D812 CALLP.S2 IDL_F_loop (PC-12608 = 0x007fbde0),B3
007FEF3C E2000000 .fphead n, l, W, BU, nobr, nosat, 0010000
007FEF40 001800E2 B.S2 IRP
007FEF44 00008000 NOP 5
007FEF48 00000000 NOP
007FEF4C 00000000 NOP
007FEF50 00000000 NOP
007FEF54 00000000 NOP
007FEF58 00000000 NOP
007FEF5C 00000000 NOP
It looks the program exited after main()!
then I unpluged EVM and tried Beagle board , not changing anything else, this time it works!
the pgram went into the task and print something into trace and sleep and went idle.
I just dont understant why the OMAP EVM doesnt work but the beagle borad works instaed?
Actually I configured the BIOS following EVM's hardware sepc, like the memory mao address.
is the EVM defected or something is unabled?
can abybody help me with this issue?
I want to see how I can make the EVM work!
it is funny cause that we paid $1500 for the EVM and $150 for the beagle board, now the cheap one works while the expensive not!
Thanks a lot!