Hi,
This works well when there is only C5535 board plugged.
When I plug our SPI module and doing a boot (unplug/plug the USB connector), the program does not work.
I suspect a SPI problem so:
I probe on oscilloscope SPI_CS0 (flash), SPI_CS1 and SPI_CS2. During the boot procedure, I saw that every SPI_CS goes on high level, that introduce some conflicts when my SPI module is plugged (CS active on high state)
My question is: why every CS is going on high level during the bootloader procedure, can we only activate SPI_CS0 during the boot procedure ?
Any idea ?