User Activity

Hey,I was wondering how to interface GPIO port registers CRL and CRH with HAL libraries, as I don't see such an option and simple GPIOB->CRL line gives an error.Here are the available selections:
Hello. I have the following scheme for reading the output of humidity sensor that communicates via I2C:How would I execute this sequence with STM32CubeMX IDE and HAL libraries? The output of the sensor is as follows: All I have now is this code: uint...