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

STM32F3 (stm32f303vct6) + i2c + CMSIS

Posted on August 18, 2014 at 17:08 I'm trying to connect this port to i2c standard PCF8574 I/O expander. And I can't get it to work. My GPIO init code: RCC->APB1ENR |= ( RCC_APB1ENR_I2C1EN | RCC_APB1ENR_I2C2EN ); RCC->AHBEN...

kudlata by Associate II
  • 680 Views
  • 5 replies
  • 0 kudos

USB Device Library documentation

Posted on August 24, 2014 at 14:11Hi,Does any documentation or doxygen exists for USB device library (exacly for HID)?I try to deal with that library but I couldn't find any documentation which might explain me what are proper function used for.Than...

STM32 Cube and MDK-ARM, CMSIS-Driver API 2.02, etc

Posted on August 24, 2014 at 11:44According to http://www.keil.com/appnotes/files/apnt_266.pdf ST going on STM32 Cube tighter integration with MDK-ARM, and support CMSIS-API Driver 2.02. You do not know when it will be released version 2 with suppor...

asrock70 by Associate II
  • 135 Views
  • 0 replies
  • 0 kudos

STM32F429 DISCO LSE wont work

Posted on August 22, 2014 at 10:37Hi, I'm compiling Demonstration on STM32F429I-Discovery_FW_V1.0.1 was work fine. Now I fixd RTC_Configuration() on rtc.c for 32.768kHz LSE driven as below:int8_t RTC_Configuration(void) {  RTC_Error = 0;   /* Enable...

yoshi by Associate II
  • 219 Views
  • 3 replies
  • 0 kudos

CAN Baud rate

Posted on February 20, 2012 at 04:11 Im trying to use the CAN interface on the STM32F4 discovery board. I am using the STM code sample which says it configures it to 1Mbit baud rate but this doesnt seem to be the case, with an oscilloscope hooke...

pisaacs9 by Associate II
  • 1889 Views
  • 12 replies
  • 1 kudos

Mistake in 32F429IDISCOVERY B-01 silkscreen?

Posted on August 24, 2014 at 00:42Hi ST.I am not quite sure if I have discovered a mistake on the silkscreen of your 32F429IDISCOVERY board - at least I would like to get it clarified myself.I am about to test and use the LCD in RGB mode using the L...

Controller to read wav files from SD CARD

Posted on August 19, 2014 at 15:45I need a little help to choose the right device.I would build a digital audio player with the following characteristics:  - it should read data from SD card only (up to 32GB size)  - SD card will be formatted FAT32 ...

[SOLVED]Proper clock initialization for STM32F401RB

Posted on August 23, 2014 at 09:52 Hi, I am using a custom board withSTM32F401RB MCU and I want to run it at 84MHz from PLL<-HSE configuration. I have an 8MHz crystal on the board. But I don't know how to do it. I ran the STM32CubeMX (I don't...

petoknm by Associate II
  • 323 Views
  • 0 replies
  • 0 kudos
Labels