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 i...