Can STM32G030 run simultanisly 2 i2c channels?
Can STM32G030 run simultanisly the two buildin i2c's cannels at the same time?
Ask questions, find answers, and share insights on STM32 products and their technical features.
Can STM32G030 run simultanisly the two buildin i2c's cannels at the same time?
We are using STM32Cube_FW_H7 latest version and faced the similar problem happened on STM32Cube_FW_L4 which is discussed here. We use two Octo SPI with one running in Octo memory mapped mode and one running in Quad SPI direct mode. Firstly, we config...
Hello,I set a timer timer in global interrupt mode. I monitored successfully a GPIO toggling with desired interrupt frequency. But a counter didn't increase in every timer interrupt cycle it was stuck at 1. Do you have any suggestions about the probl...
Hello all,I have an STM32F722RETx that is receiving data on UART from an ESP8266. This data is variable in length and I use DMA + IDLE interrupt to know when to process it. When debugging the code I can only see the first byte in the buffer as no oth...
Hi. I'm new to st programming so I want to ask some questions. I'm trying to initialize an angle sensor TLE5012b on stm32g431 MCU but it seems that it has problems with writing and reeding registers. What I'm doing wrong?//spi initialization static v...
We are using STM32G051 to measure duty cycle of the actuator PWM signal.TIM1 is configured in slave reset mode, with CH1 direct capture on rising edge and CH2 indirect capture on falling edge. Two DMA channels transfer results into two memory buffers...
Posted on September 26, 2017 at 02:56Hi there,I am attempting to get an STM32F411CE microcontroller to interface with a BNO055 IMU using the I2C peripheral. This particular IMU uses clock stretching which doesn't seem to work with the HAL_I2C librar...
I'm using STM32L432KC on Nucleo-L432KC board with the following set up:I2C -- PB6=I2C1_SCL, PB7=I2C1_SDASPI -- PA1=SPI1_SCK, PA11=SPI1_MISO, PA12=SPI1_MOSI, PB0=software CS for SD card readerEXTI - PB1=EXTI1It all works fine until I want to configure...