I'm involved in the developmentof a project where I will use STM MCU that has the capability of multiprocessor communication ("Multiprocessor communication").This type of communication allows multiple USARTs to be connected on the same network and on...
I am receiving a sequence of addresses, with each valid address I make the change in the MCU register of the next address to be received, but I see that on the MCU STM32F303 you need a delay between words.
How many slaves your system uses (max)? (Max 4)What is the processor CPU clock currently used? (48MHz)Do you have a logic analyzer (or at least an oscilloscope) to capture the serial port signals and transactions? (I do)
Do you use the Hardware Flow Control signals (RTS/CTS)? (No)How much time is used in the UART Interrupt Handler routine? (Abouve 4uS)Which processor is the Slave? (STM32F303)