Using STM32 to replace old peripheral chip but it needs 8-bit parallel data bus to communicate with the Core like 8051
Can STM32 able to replace an old peripheral that required 8-bit parallel data bus and communicate between 8051 MCU. We can't modify the 8051 MCU and we can't use FPGA too.
I know FSMC is very close solution to my case but in my situation, the STM32 is not the core/host MCU instead it act as a device/peripheral.
The data bus speed is at 3MHz. The 8051 require to read back the data from STM32 before 3rd clock cycle of the 3MHz.
Possible to use FSMC in this situation? or using highest clock speed like 180MHz STM32 to act on the data bus as fast as possible?
