This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

AM3358: am3358 suspend when all peripherals initilized

Part Number: AM3358

hello , am working on custom am3358 board.

and its similar to beagle bone black

we are using ti-rtos.

and using all peripherals like uart,i2c,spi . but when i enable all peripherals processor hang

and when i disable any two peripherals like either two uart or one i2c and one spi, or like any two combinations , it works fine.

here we are using all 6 uarts , 2 spi and 3 i2c given by am3358 in this by default UART-0 is for debug and rest all are assigned to different peripherals.

so total of 11 we have  with 6-uart, 2-spi and 3-i2c ,if we enable 9 means its working fine and if we enable all 11 means processor halts. 

can anyone tell what could be the issue here.