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...
But as I understand, when selecting writing or reading direction from the screen, you set the pins to input or output mode, which I can do with HAL, right?
I'm using a STM32F446VET6 chip.Might be off topic, but I'm trying to interface a TFT Screen which sends commands through data pins on a GPIO port. And looking through some examples, a writing direction needs to be set, and all libraries use the CRL a...
This seems to work, although the final measurement value is a bit off from what we have in the room. Could You explain, what You did with the first line of code? Thank You very much