STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! EXTI15_10_IRQn triggered constantly - STM32L4R5ZI

Hi, I am trying to write an interrupt code to trigger LED(PB14) using user button on my NUCLEO board(PC13). however, as I observed from the debugger, pending bit for line 13 constantly at 1 without pushing the button at all.The EXTI->PR1 = 1<<13 stil...

KHuyn by Associate II
  • 1207 Views
  • 4 replies
  • 0 kudos

STM32G070 And Bme680 help i2c

hi i'm trying to use the bme680 but i can't find any library for it ,plus the datasheet is so confusing if you had any luck using it please help thanks in advance

bakhti by Associate II
  • 830 Views
  • 3 replies
  • 0 kudos

Problems with I2C register code (STM32G0x1)

I am attempting to write register level code to control the I2C peripheral in an STM32G0x1.My read function is failing because the RXNE bit is never getting set. I believe I have implemented the state machine described in RM0444 (p. 958). Is there ...

SHobb.1 by Associate II
  • 1335 Views
  • 4 replies
  • 0 kudos

I have made a target board using STM32G484VE . I am using 11 ADC pins spread across ADC1 - ADC5. I have introduced a 3.3V Zener BZT52-B3V3 as a protection at all ADC inputs, but all the ADC voltages read 0.6V less from the actual voltage ? Any reason ?

I have made a target board using STM32G484VE . I am using 11 ADC pins spread across ADC1 - ADC5. I have introduced a 3.3V Zener BZT52-B3V3 as a protection at all ADC inputs, but all the ADC voltages read 0.6V less from the actual voltage ? Any reason...

BSUJA.1 by Associate
  • 460 Views
  • 1 replies
  • 0 kudos

Issues in Serial communication

Hello, I am new to the community and to the project I am working on.. I am using a STM32 blue pill board and programming it with a simple code of serial communication :void setup() {Serial1.begin(9600);pinMode(PC13,OUTPUT);}void loop() {Serial1.print...

RNema.1 by Associate
  • 373 Views
  • 1 replies
  • 0 kudos