Other Parts Discussed in Thread: IWRL6432
Tool/software:
We have developed our own board with a IWRL6432Aop without any flash memory. Our plan is to implement SPI booting protocol from our host MCU to boot IWR6432aop.
In the technical reference manual for IWRL6432 chapeter 4.6.2 there is a mention of SPI_BUSY but not what pin that is on the chip. I found the spibooting example in MMWAVE_L_SDK_05_05_00_02/examples/drivers/boot/spibooting that seems to set GPIO_5 as SPI_BUSY. Can you confirm that it is GPIO_5 that i should be listening to and that the spibooting example code is the correct example code I should look at when implementing SPI booting.
Is there any other documentation about spi booting that can be useful for me to read, I have had a hard time information about that booting mode for IWR6432aop.