STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Handling multiple interrupts (noisy line)

Posted on February 23, 2018 at 00:55I'm new to programming with ST Micro, so I hope this is a simple question.Here is the generic pattern (correct me if I'm wrong)  in an IRQ handler:void EXTI4_IRQHandler(void){    if(EXTI_GetITStatus(EXTI_Line4) !=...

MPU 6050 I2C unable to read data

Posted on February 23, 2018 at 09:49Hello,I am trying to use the MPU6050 with a STM32F108. I configured the I2C and UART using cubeMx. I also have put pull up resistors on I2C sda scl. I use Keil.As far as I understood, I have several options to rea...

dav davi by Associate
  • 580 Views
  • 1 replies
  • 0 kudos

STM32L073RZ battery voltage measurement using VREFint

Posted on February 22, 2018 at 19:19Hi, I am using STM32L073RZ and trying to use internal reference voltage to measure battery voltage(according to Datasheet page number 28). It says that VREFint can be used to monitor Vdd if external source is not ...

0690X00000604MaQAI.jpg
pt by Associate
  • 712 Views
  • 2 replies
  • 0 kudos

Configuring USART1 pins in Boot loader code

Posted on February 14, 2018 at 10:21Hi,We have already designed and fabricated the PCB in our project using STM32L452xx as our application processor.We have used PA9 as USART1_Tx and PB7 as USART1_Rx pins, later when we were unable to download our c...

PROBLEM WITH TIME IN STM32F2 SERIES

Posted on February 21, 2018 at 18:25Hey guys.I'm working with an ultra sound piece for measuring the distance.When i set the timer1 to count every 1 ms it works(i set PSC 59999 and ARR 1000 to get 1 second with 120M cpu clock.).But when i set the PS...

SPI receives bytes twice when switching 8/16bit

Posted on February 20, 2018 at 19:26 On an STM32F103RB, after switching the SPI1 from 8 bit to 16 bit the last byte received while still in 8 bit mode is received again in 16 bit mode. SPI1 is configured as a plain master as follows: RCC->...

Resolved! adc time conversion

Posted on February 22, 2018 at 11:15hi everybody,i 'm setting the ADC on STM32L051x6.it works correctly but i have problem with conversion time. It is about 8us. To measure it i'm using a signal that is setted high at the start of conversion and low...