User Activity

Hello,i want to communicate with an AD7998, to convert 8 analog to digital channels. The communication i use is I2C. I am using the HAL library.According to the adc manual i need a repeated start, after writing to the address pointer byte. So i had ...
Hello,i am trying to use the virtual comport of the stm32f407vgt6 to communicate with my win 10 pc. I want to send 16 bytes of data. I created a base project in cubeMX and insert the cdc_transmit. There it is possible to send 16 bytes of data via the...