Hello,
I have 2 chained OMAP-L138 on board, say OMAP_0 and OMAP_1
Both OMAPs have SPI1 connected to their own flash. OMAP_0 has SPI_1(CS_1) connected to SPI_0(CS_0) of OMAP_1
I have no problem in flashing OMAP_1 as it has its own SPI bus for its flash, but I have problem in flashing OMAP_0 as it has shared SPI bus between flash and OMAP_1. I still have problem even OMAP_1 runs with a simple while loop, nothing else
void main()
{
while(1);
}
However, I have NO problem in flashing OMAP_0 if I do not run OMAP_1 at all
My question is HOW to halt OMAP by writing to some register ???
Thanks,
~Duy-Ky