STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32 mqtt support

Posted on February 23, 2018 at 09:20Hi,I am new to this ST32 family. I have requirement to use 32 bit mirco controller in our tracker application with MQTT protocol to connect it to cloud.In our design we will include the ST32 with GPRS for TCP/IP s...

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
  • 592 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
  • 732 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...