STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32F103VCT6 i2c2 setting trouble...

HiI am trying to communicate using i2c1, i2c2 of STM32F103VCT6.The pins are set as shown below.​- i2c1: PB6 (SCL), PB7 (SDA)- i2c2: PB10 (SCL), PB11 (SDA)​i2c1 is communicating correctly, i2c2 is not communicating with i2c1.When sending data, the bus...

ssooki by Associate III
  • 588 Views
  • 1 replies
  • 1 kudos

Collision Detection on RS485 on STM32F103CB

Hi​I'm doing a topic to detect the collision on RS485. Since I wish to stop transmitting when collision occurred, I need to know how's the bus look like, however while transmitting, the transmit enable pin pull high on SP485EEN, lead the receiving p...

Olly Kao by Associate III
  • 525 Views
  • 0 replies
  • 0 kudos

Trouble setting I2C device registers

I am using an STM32L476 to run an MMC5983MA magnetometer and a LIS2HH12 accelerometer, using I2C. The devices are initialised using the STM cube generated code, then the registers are set, and then checked. When I check the accelerometer registers, ...

CGrov.1 by Associate II
  • 1053 Views
  • 4 replies
  • 0 kudos

STM32L432KC with W25Q16JV

Hello Team,I want to use STM32L432KC with W25Q16. I have generated the code through CubeMx. I have tried to ready ID from W25Q16, and I getting 0xFF. When i have tried with the Arduino UNO board, it is working perfectly. /* SPI1 parameter configurati...