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

STM32 HAL UART Driver

Posted on March 16, 2015 at 16:25 Working with the STM32F439 UART and originally used DMA for TX and RX, and that was working. For other reasons I wanted to change RX to use interrupt, and I had difficulty getting it to work... I got things work...

STM324x9I-EVAL first steps

Posted on March 16, 2015 at 12:36Dear users, I recently got a present - STM324x9I-EVAL board. So far I've been tinkering with Arduino's and made some mini projects. But this one surprised me - I saw almost no references and ''how-to'' online (in com...

mengons by Associate
  • 394 Views
  • 3 replies
  • 0 kudos

STM32F030 interface with SD card using SPI

Posted on March 16, 2015 at 08:52 I am trying to implement this project using the demo files provided by ST ''STM32Cube_FW_F0_V1.0.0\Middlewares\Third_Party\FatFs''. I have also written the necessory code for low level SPI driver. The command...

Assign Hostname to my STM32F4 board using lwip

Posted on March 16, 2015 at 03:39Hi,I'm using my STM32F4DISCOVERY board with the STM32F4-BB shield which contain an Ethernet PHY/connector.i found many example for Ethernet communication using lwip and they work fine.i want to use my STM32F4 board a...

USART_SendData adding bits

Posted on July 17, 2013 at 11:42Hey I'm running the STM32L1 chip with an XBEE unit and everything works perfectly except my Tx adds bits when there is an even number in the unsigned char (I typedef this as BYTE) being sent. Shows in Putty and X-CTU....

USB VCP on STM32F3 discovery with FreeRTOS

Posted on February 27, 2015 at 03:04Hi there,I have the STM32F3 discovery board and running a FreeRTOS.I also have the USB virtual Com port (VCP) code from here: http://www.pezzino.ch/stm32f3-discovery-usb-virtual-com-port/ I have tested the USB VCP...

ayaka by Associate II
  • 509 Views
  • 1 replies
  • 0 kudos

429 uart IDLE flag not available in DMA receive?

Posted on March 16, 2015 at 08:12I use UART + DMA to receive unknown length packet, and use IDLE interrupt to monitor the end of the packet. It can recevie IDLE interrupt, but in HAL_UART_IRQHandler I read SR register and  IDLE flag is 0. I never en...

ray by Associate II
  • 189 Views
  • 0 replies
  • 0 kudos

IAP for STM32F0 in KEIL5 with RTX

Posted on March 16, 2015 at 02:42Dear allI follow the AN4065 and linkhttps://my.st.com/public/STe2ecommunities/mcu/Lists/cortex_mx_stm32/Flat.aspx?RootFolder=https%3a%2f%2fmy%2est%2ecom%2fpublic%2fSTe2ecommunities%2fmcu%2fLists%2fcortex_mx_stm32%2fI...

cbleong by Associate
  • 221 Views
  • 0 replies
  • 0 kudos