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

NETMF bugs with STM32F429IDiscovery

Posted on March 19, 2014 at 23:03Hello,I've noticed that the .NET micro framework port provided by ST for the STM32F429IDiscovery board has a bug with LCD code.   If one tries to use the .flush method on a bitmap object while specifying X,Y, Width, ...

Problem sending with USART_SendData

Posted on March 20, 2014 at 16:25 USART_SendData(USART1, 12); USART_SendData(USART1, v_dc_int); USART_SendData(USART1, v_dc_fra); If I send only one of the it is received fine. But if I send them all, I only can see the last of them. Do I...

pedroh44 by Associate
  • 190 Views
  • 1 replies
  • 0 kudos

delay function Mcs o mls

Posted on March 18, 2014 at 22:06Hi, I'm looking how to perform a  delay function whith microsecondor milisecande Who can help me ?thank you alot

haythem by Associate II
  • 343 Views
  • 8 replies
  • 0 kudos

ADC initailization problem on STM32L series

Posted on March 20, 2014 at 13:52Hi, I am trying to use ADC for reading the voltage on pin A4.. I wrote an initialization method, however it get stuck in the last WHILE. Here there is the code: void ADC_Initialize(void) {   ADC_InitTypeDef  ADC_Ini...

luca2 by Associate II
  • 173 Views
  • 1 replies
  • 0 kudos

USB virtual Comp port(SOC : stm32f303)

Posted on March 20, 2014 at 12:24Hi,         I'm working on USB virtual Comp port(SOC : stm32f303) ,able to transmit data to Hyper-terminal(PC) from SOC and vice versa.      Now need to create a file on pc and store data into a file ,how to achieve ...

sundar by Associate II
  • 148 Views
  • 0 replies
  • 0 kudos

SIP Stack for STM32F4

Posted on March 19, 2014 at 10:19I want to build a VoIP Phone ith STM32F4. Does anybody know, if there is a small SIP-Stack that can easily used with microcontroller. Thanks Marc #cross-post

doebber2 by Associate II
  • 445 Views
  • 2 replies
  • 0 kudos

SPI TI mode

Posted on March 19, 2014 at 10:49Hello,could somebody explain me what is TI mode in SPI? Thank you #ti-mode #spi

karolina by Associate II
  • 758 Views
  • 2 replies
  • 0 kudos

General question about DMA

Posted on March 18, 2014 at 22:45Hello everyone, i have a few general questions about DMA and i will appreciate the help if someone could answer to my questions. I know it is used to transfer data at high speeds between memory and peripherals, or me...

DAC problem with STM32F4

Posted on March 17, 2014 at 18:51Dear All,I have tested the DAC example on the STM32F429 and I have understood the way using / driving the DAC on the STM32F4. I have tried to create my sample code using the STM32F429 Discovery template, but nothing ...

Labels