STM32 MCUs Products

Ask questions, find answers, and share insights on STM32 products and their technical features.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! stlink virtual comm port example?

Posted on January 30, 2018 at 23:27Hello. I was searching to find some example code showing the usage of the STLink Virtual comm port.  I couldn't find anything in the example projects (or was incompetent in my searching)...  I'd like to route print...

S2LP and STM32L051

Posted on January 31, 2018 at 17:22Hello,I have been developping Sigfox device that is using S2LP and STM32.I want to know how to link the S2LP library when the hardware is different from the Eval board.First, I got the Eval board, STML053 + S2LP, a...

Resolved! Discrepancy in Datasheet STM32L011x3/4 - DoclD027973 Rev 5

Posted on January 31, 2018 at 10:42Hi!At the manual script en.DM00206508.pdf (DoclD027973 Rev 5 -- Datasheet of STM32L011x3/4) at page 67/119 I have a misunderstanding. I wanted to look over the temperature stability over the HSI16 oscillator and th...

Periodically interrupt driven SPI

Posted on January 29, 2018 at 14:48Hello,I am trying to set up a project using an STM32F746ZG and an external DAC communicated by the SPI3. The idea is to transmit data from the MCU to the DAC periodically (using a timer and its interrupt) and use t...

SPI read inside TIM1 Update interrupt freeze

Posted on January 22, 2018 at 17:56Hello all,i have a aplication for a 3 phase motor, where i have 3 sensors read via SPI.The microcontroler is a stm32F427 deviceI am using timer1 for 6 pwm output, and the timer in countin mode   TIM_CounterMode_Cen...

Bogdan by Senior
  • 610 Views
  • 4 replies
  • 0 kudos

Nucleo64 STM32F030R8

Posted on January 29, 2018 at 20:12HelloI am trying to get RTC but just subsecond is changingI already actived Alarm Calendar and interrupt and format binaryin mainI defined sTimeStructure as RTC_TimeTypeDefand in While  HAL_RTC_GetTime(&hrtc, &sTim...

SPI DRIVE to interact with STPMC-1

Posted on January 30, 2018 at 11:22I am using STM32F429IGTX Controller. I am trying to interface STPMC-1 energy calculator module with the controller. This STPMC-1 Module uses some kind of SPI protocol. I need to know whether ST provide any drive fi...

Resolved! STM32L4 EXTERNAL INTERRUPT

Posted on January 30, 2018 at 15:53hello friends i recently got an stm32l4 I just go past the led blink i am trying my hands on interrupts I am trying to configure  a falling edge triggered interrupt on A0 and PC15 so far works fine for GPIOA but th...