Synchronous USART 'clock' not working?
Hello,
Currently I am working on an ECU to communicate with an (existing) electronic sub-system . My choice was to use the STM32F4 family for this application.
Boards are coming in while writing software and there are issues in testing.
I discovered that the Synchronous UART appears to be 'broken'. It is a little hars and untrue, I know it works according to the datasheet after actually reading it, but my limited experience with synchronous USARTS tell me that the clock should always be present, even when no data is being send. I may be wrong and the USART camp may be divided in segmented clocks and continious clocks, the issue remains...
I need a continious usart clock.
Is there a hidden register back-door in the STM32F4 family? A program method , good document to read ? The usart clock speed is 500kbit/s exact.
Hope someone can help!
