User Activity

Hello,I want to receive a message from slave-device with my STM32H7 based master-board. Transmitting works fine but the receive (IT as well as blocking) is generating a write message (as it should be when transmitting).I verified this with my Rigol o...
CubeIDE version 1.4.1STM32Cube FW_F3 V1.11.0I had the problem, that my I2C communication (alternating rx/tx on slave) works on the first rx/tx cycle but fails on the second tx.The transmission skips the first byte and thus sending n-1 bytes. I found ...
Hello,I'm using a F301K6T6 based board. When communicating over I2C the first RX/TX works fine but the second TX is starting with the second byte and thus sending only n-1 bytes.While debugging recognized that `HAL_I2C_Slave_Transmit_IT()` is setting...
Hello,I have a STM32F301K6 based board and it seems that the I2C HAL driver is not working properly. I have a little test software running which should receive one byte (0x00) and send back 5 bytes (0x01 to 0x05) periodically.Receive works fine but t...
I want to use a HSE BYPASS Clock Source configuration with an stm32f301k6t.Unfortunately I could not find any information in which voltage range my external oscillator should operate. Sorry if the answer is trivial, I'm no expert in electrical engine...