STM32F746 FMC configured for 8bit parallel interface, extra bytes sent
Hi,
I'm trying to get parallel communication working between an STM32F746 using its FMC peripheral with a Zilog chip (Z8523L16VEG) that acts as a RS485 serial port. The interface to the Zilog chip is an 8 bit parallel interface. So far I have the FMC on the STM32 configured as a PSRAM device connected to Bank 1. In this configuration I can write to bank 1's address (0x60000000) and it will write data to the interface but it always writes at least 8 bytes of data, the first containing the data I'm trying to write, the remaining are all 0s. What am I doing wrong in configuring the FMC so that it won't write just 1 single byte at a time?
Thanks,
Doug Burrell
