STM32 MCUs products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

New possibilities for the ultra-low power segment!

STM32U0 is the first Cortex-M0+ with a static consumption of only 160 nA in standby mode with RTC (Real-Time Clock) and 16 nA in shutdown. It also achieves 118 points in CoreMark and targets SESIP level 3 and PSA level 1 focusing on firmware code pro...

gif-stm32u0.gif

STM32F429 + I2C1 on PB7(SDA) and PB8(SCL)

Posted on July 14, 2014 at 21:38Greetings all,The STM32F429 data sheet lists the following pinmux options: PB6: AF4=I2C1_SCL PB7: AF4=I2C1_SDA PB8: AF4=I2C1_SCL PB9: AF4=I2C1_SDA I have a custom board which brings the I2C1 bus out on PB7(SDA) and PB...

malcolm23 by Associate III
  • 1361 Views
  • 9 replies
  • 0 kudos

SPI Clock Problem at 3Mhz

Posted on December 02, 2014 at 03:49HI Group,     I have a development board which is acting as SPI Master connected to an STM32 chip on another prototype board acting as SPI slave. I cannot change anything on the development board. I am facing an i...

vineet2 by Associate II
  • 2065 Views
  • 15 replies
  • 0 kudos

STM32F411 Tim2 Input Capture via DMA

Posted on August 18, 2015 at 11:56 I'm trying to get 2 channels (rising edge and falling edge) of Tim2 input capture via DMA working, using the HAL drivers. I had got it working without using the HAL drivers but decided I should probably use the...

Update I2S tx buffer

Posted on August 17, 2015 at 14:50Hi!I set up an STM32F411 to send/receive 8bit µ-law audio samples to/from a WM8974 audio codec via Full-Duplex I2S. Everything works beautifully with hardcoded samples in one big tx buffer (for example a sine wave),...

max23 by Associate
  • 242 Views
  • 2 replies
  • 0 kudos

STM32F0 RS422 RE and DE mapping

Posted on August 14, 2015 at 06:47I want to know how should i connect RE and DE pins to max485 via GPIO pin and how RE and DE pins are mapped to DB9 pin #stm32 #serial #rs485

Regarding GPIO Feature

Posted on November 23, 2014 at 14:05Hi, Ive been using several MCU before. Its my first time to use STMicro.Now Im currently studying its architecture.My question is, what is the use of GPIO BSRR (Bit Set Reset Register) when we can access or write ...

USART2 Switching TX and RX Pins

Posted on August 17, 2015 at 22:32Hi,I am currently working with an STMF103RB on a board I made. I am using the STMCube_FW_F1_V1.2.0 libraries. I am currently using USART2 to connect to a computer though an FTDI breakout board. Everything works fine...

sacraig by Associate II
  • 727 Views
  • 4 replies
  • 0 kudos

STM32F10x StdPeriph SPI DMA ?

Posted on August 16, 2015 at 11:16Guys, I want  to try the example from : STM32F10x_StdPeriph_Lib_V3.5.0\Project\STM32F10x_StdPeriph_Examples\SPI\DMA and I follow from readme.txt par How to use it ? In order to make the program work, you must do th...

Labels