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

Double buffered DMA Interrupt not working

Posted on August 02, 2014 at 10:01Hi All, New to the STM32 so please bare with me.... I have setup timer4 to generate a sinewave modulated PWM using double buffered DMA and that works very well, I can see my waveform on the pin and it contains the c...

bmentink by Associate II
  • 437 Views
  • 2 replies
  • 0 kudos

Upgrade problem with STM32F4-Eval

Posted on February 06, 2013 at 10:43Hello,I've a problem with my STM3240G-Eval board and my development tool chain. I use Atollic or Keil �Vision demo. When I want debug my program or ST examples, the development software send me ''Old ST-LINK firmw...

Nucleo F0: Problem with I2C

Posted on August 01, 2014 at 15:59 I2C_HandleTypeDef hi2c1; int main() { HAL_Init(); SystemClock_Config(); MX_GPIO_Init(); MX_I2C1_Init(); HAL_I2C_Init(&hi2c1); if(!(HAL_OK == HAL_I2C_IsDeviceReady(&hi2c1,0x39,1,1000))) __ASM(''NOP'');...

mfkfx by Associate II
  • 779 Views
  • 5 replies
  • 0 kudos

Can't get SDW via ST-Link/v2 to work

Posted on July 31, 2014 at 23:29Hi, I just received a new prototype with a STM32F215 processor and it is set up to use the SWD interface to initially flash the unit. on the ST-Link/v2 I have connected: pins 3,5 & 10 to gnd (3 & 5 to reduce noise) pi...

vneff by Associate III
  • 696 Views
  • 5 replies
  • 0 kudos

bxCAN - accept all ID messages

Posted on March 05, 2014 at 14:42Hi all,I have STM32F2 processor and I would like to receive all CAN messages with the valid frame and different IDs. Datasheet says a lot about configuring Identifier filtering, but nothing about how to configure it ...

guide me

Posted on August 01, 2014 at 13:41Hey guys, I want interface a 4.7'' touchscreen which should have 3-4 widgets when upon user touch should do some motor action(this will be handled by different processor).So discovery kit(Stm32f4) should decode this...

salian by Associate
  • 261 Views
  • 1 replies
  • 0 kudos

Interfacing STM32F205RBT6 to max232

Posted on August 01, 2014 at 16:04Hi,Can I interface directly max232 to STM32F205RBT6.I have given 5V to VCC of max232 & 3.3V to vcc of STM32.1. In datasheet of max232, it is given that Vih = 2V. So my 3.3V signal from STM32 will serve the purpose o...