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

Information for Firmware updates

Posted on January 03, 2014 at 00:30Hello ! How could I get informed of firmware/software updates from ST ???? I've recently discovered when searching for code in github that the STM32F4_dsp_stdperiph_library was at version 1.3... How do you make it ...

bluexav by Associate III
  • 202 Views
  • 0 replies
  • 0 kudos

STM32F4 - Keil UDP example?

Posted on January 02, 2014 at 19:49Does anyone know where I can get a hold of an example using an stm32f407, UDP, and Keil TCPnet library?I am using:STM32F407VGT6Micrel KSZ8721BLKeil UV4RTXTCPnetI have been trying to get a UDP broadcaster to work to...

dibs by Associate II
  • 287 Views
  • 1 replies
  • 0 kudos

I2C Ack error

Posted on December 27, 2013 at 08:26dear all       i am using an I2C protocol to interface micro-controller with EEPROM, i am facing an Ack error , i kindly request you all to help me regarding this error , i have attached the file plz have a look i...

MAX485 and STM32 ?

Posted on January 01, 2014 at 01:49Guys, Can I use MAX485 and STM32F107VCT6? I can't find VH max on F107 datasheet, is it possible if I interface MAX485 with STM32F107VCT6 USART ? pin PA9 and PA10 connected directly to MAX485 Any clues ? Thanks #...

HSE can not be ready at debug

Posted on July 09, 2013 at 09:34 In mySetSysClockTo72 function, there is /* Wait till HSE is ready and if Time out is reached exit */ do { HSEStatus = RCC->CR & RCC_CR_HSERDY; StartUpCounter++; } while((HSEStatus == 0) && (Star...

auzgec by Associate II
  • 1595 Views
  • 9 replies
  • 0 kudos

STM32 PWM output blocked ?

Posted on January 27, 2011 at 15:17STM32 PWM output blocked ? #pwm-systick-dma-nvic #tim4 #pwm #pwm #stm32f #tim4 #stm32f103 #outputs

hanser by Associate II
  • 1175 Views
  • 13 replies
  • 0 kudos

UART to CAN in STM32F103RB ???

Posted on January 01, 2014 at 15:11 Hello Friends, Using STM32F103RB how can it be done: --->>RS232(RX Recieve Message)---(Process Message)--CANBUS(Transmit Meesage)---> Wait for response(interrupt, poll vs.)...--->CANBUS(Recieve Meesage) --(Proces...

aybala5 by Associate II
  • 508 Views
  • 5 replies
  • 0 kudos

Interrupt handler

Posted on January 01, 2014 at 06:29Hello all,                      I am using a small demo kit where i have one push button so whenever it is pressed so an interrupt will be triggered. can you help me(code) to create and interrupu( falling edge, por...

Labels