Technical discussions related to Analog Devices DSPs (including Blackfin, TigerSHARC, SHARC and ADSP-21xx DSPs).
Hi, I'm with a processor reset problem I hade made this code : *pSWRST = 0x0007; ssync(); *pSWRST = 0x00; ssync(); raise_intr(1); idle(); I have this same routine working at another project, that runs ok. (using the same pcb) I want to understand witch conditions I have to garantee to make the boot from external flash ( registers ) Today I call this routine, before writing a new software to flash. The BMODE is 001 If I reset removing power, everything goes ok. Thanks and regards, Vinicius Marques De Bernardi