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

STM32L053 Discovery Kit (UART between PC and Kit)

Posted on March 06, 2015 at 09:32Hi, i am very new to STM32, just installed the IAR environment. Appreciate if anyone could advise.Is there a UART example of String transfer using UART TX/RX of PA9 and PA10 in Polling mode  for STM32L053 Discovery K...

mark_ko by Associate II
  • 3460 Views
  • 29 replies
  • 0 kudos

STM32CubeMX 4.8.0 Bug: SPI Baud Prescaler (Fixed)

Posted on June 16, 2015 at 03:49 (I managed to fix this as I was writing this post) STM32CubeMX 4.8.0 was generating the incorrect prescaler value for SPI3 after upgrading. .ioc contained: SPI3.BaudRatePrescaler=SPI_BAUD...

Replacement for NVIC_SetVectorTable ?

Posted on June 16, 2015 at 01:35 In the latest HAL on the F1 (and F4) (http://www.st.com/st-web-ui/static/active/cn/resource/technical/document/user_manual/DM00154pdf ) Doesnt seem to contain NVIC_SetVectorTable(NVIC_VectTab_FLASH, USER_PROG_O...

STM32F405 Won't Oscillate ?!?

Posted on June 15, 2015 at 23:33Hello: This problem has me totally dumbfounded. Please see the attached image and screen shot of schematic. An absolutely simple circuit, yet it does not want to oscillate. This is the second board (different PCB, dif...

No SMBus support for STM32L1xx?

Posted on June 15, 2015 at 21:37I was surprised when configuring an I2C peripheral on my STM32L152QEH based design and realized that there was no support for SMBus?  After selecting either SMBus-alert-mode or SMBus-two-wire-Interface on the pinout t...

seth by Associate II
  • 389 Views
  • 0 replies
  • 0 kudos

ADC Common Status Register

Posted on June 12, 2015 at 21:59The STM32F429 has three ADCs: ADC1, ADC2, and ADC3. They all have a status register, which has an EOC bit to indicate conversion complete.There's also a common status register (ADC_CSR) shared by all three ADCs that c...

jerry2 by Senior
  • 2151 Views
  • 7 replies
  • 0 kudos

[solved] STM32L151UC: SPI3 problem - no activity on pins

Posted on June 15, 2015 at 14:20Hello, I am trying to configure the SPI3 port of an STM32L151UC micro controller. I have tried several things but I see no output on the related pins. When using gpios instead of the AF of the SPI peripheral, I can ...

bxCAN Master vs Slave

Posted on June 12, 2015 at 14:20I would like to connect to my car's CAN network but I'm a little confused as there are two CAN interfaces in STM32F407 - CAN1 (Master, PB8 and PB9) and CAN2 (Slave, PB5 and PB6). Why do we need two interfaces? Can you...