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 USART in LIN mode

Posted on April 01, 2014 at 21:42LIN mode not very well documented by STM as I realize. And does not have as many features, as I hoped. Anyway, it works quite ok in my STM32F407 project. But on STM32F303 there is a problem - LIN brake signal is onl...

ADC input names of STM32F4...ADC123 means ADC1/ADC2/ADC3?

Posted on September 09, 2014 at 17:43Hi, I am designing a system with the STM32F407ZET. I need 3 ADC inputs. I only see ADC12_INx, ADC123_INx and ADC3_INx inputs. What does this mean? ADC12_INx inputs are connected to ADC1 and ADC2. ADC123 to ADC1, ...

ad23 by Associate
  • 725 Views
  • 1 replies
  • 0 kudos

Correct GPIO Configuration of CAN RX Pin

Posted on September 08, 2014 at 10:25Hi,In all examples I can find (ST Std driver library, STM32CubeF4, STM32CubeMX...) the CAN RX Pin is always configured regarding GPIO as Alternate Push/Pull Pin (Output) like the CAN TX Pin. I would expect the CA...

lars by Associate II
  • 942 Views
  • 2 replies
  • 0 kudos

STM32F4x7 VCP/MSC composite example

Posted on September 08, 2014 at 13:25Hi, I want to use the STM32F4 Discovery as a data logger. Is there a working composite USB example project out there? (I'm using eclipse + FreeRTOS, but Keil works for me too). BR Emilio

ersan by Associate II
  • 243 Views
  • 1 replies
  • 0 kudos

SPI master slave sync problem

Posted on May 29, 2014 at 13:23Hello,I'm trying to use stm32l152 as SPI slave, and communicate with master via PC with USB-SPI device.I've configure SPI2 as slave. Slave clock set to 4MHz.I'm using NSS hardware, and getting ETXI once CS gets low in ...

zoharr by Associate II
  • 489 Views
  • 3 replies
  • 0 kudos

STM32F030C6 problem SPI comunication

Posted on September 04, 2014 at 10:07Hi, the my problem is comunication with SPI. The configuration SPI is following: /* Private define ------------------------------------------------------------*/     /* Uncomment the size of data to be transmette...

0690X00000602xYQAQ.jpg
u23 by Senior
  • 258 Views
  • 4 replies
  • 0 kudos

using a block of flash as eeprom

Posted on September 08, 2014 at 08:36 I want to use block of flash(16KB) as eeprom. I am using STM32F205RBT6 & keil 4. What I have to do: 1. Store 5Kb of user data & retrieve it on startup. 2. Flash endurance of 10...

Labels