User Activity

hello everyone, i am using stm32f407 discovery board and i would receive data from a device (load cell amplifier) which communicates via RS232. So my question is : can i use a simple USART in my stm32f4 to receive data ? or i need to use ( RS232 -->...
I am trying to receive data from the HX711 amp. This module requires a CLK signal from the mcu (stm32407VG). What is the best solution to send a clock signal to the HX711 module from a GPIO pin ? How to configure this GPIO pin in CubeMx ?