I have a OPT 8241 CDK EVM, which I am tring to control with a STM32 microcontroller (disabling the FX2) but I can´t boot the TFC.
I have already removed B21, B23, R35 and R37. From my microcontroller I have been able to read from and write to the PMIC and the INA226 sensors.
I am fedding the TFC with a 48 MHz clock, already took care of the reset, sleep, ready and tfc_cez pins. (Sleep=0, ready=1, tfc_cez=0). I toggle reset according to the OPT9221.
According to the BOOT0 / 1 / 2 pins of the OPT9221, the TFC is configured in boot master mode, right? The problem is that I don´t see that the TFC boots. The blue led does not turn on, there is no activity on the output pins and the I2C does not respond. In my circuit I am not using any of the TIC lines of the J2 external connector because I understand that I should control them only when trying to program another firmware for the TFC.
From what I have understood, the TFC firmware is loaded from the W25Q40BWSN memory. When I check the chip select, miso, miso and clk pins of this memory I see some activity every 100 ms. It stays there like in an infinite loop, like trying to read this memory.
Could there be something I have forgotten? Or something else that I should do?
Thanks in advance.
César Carballido.