QUOTE (Rock @ Jun 4 2008, 03:27 AM)

Hi all,
i am working on ML403 board.I have been trying to run Impulse C programs (just hello world and Adder)with the APU interface but could not find the solution.
whats wrong with this interface. With the PLB both works fine.
What do i need to do.
Please can anyone help...
Thanks in Advance!
Reddy,
Hi,
Please see the tutorials for the Fractal Image Generator which go through the steps when using the APU. The tutorials are located via the CoDeveloper IDE under Help->"Platofrm Support Package Help" and selecting the file "PSP_Xilinx_Virtex_II_Pro.chm". Main points to check:
- clocks: fcb_v10's FCB_CLK must be same as apu_clk of your module and be an integer ratio to the CPU's clock.
- APU is enabled: C_APU_CONTROL of ppc405 is set to "0b0000000000000001" and the MSR is being set (MSR is automatically set in generated co_init.c via mtmsr() funciton)
If this doesn't help, please describe the error you are seeing and post or email to support@impulsec.com your EDK .mhs file.
Ed