hi
i am using the TMS320c6474 revision 2.1 .
i am trying to keep core 1 core 2 in reset all the time.
so this what i am doing:
in the boot i load 3 images one for each core and set the address 0x108FFFF8 to 0xf0f0f0 (so the core 1 and core 2 stay in reset after boot )
but still the core 1 and core 2 get out of the reset and start running,why?
note ::i don't set the EVTPULSE4 bit (bit 4) of the C64x+ Megamodule core0's EVTASRT register to 1.
thanks