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

Resolved! I2C + DMA, F091RC, loosing packages.

Posted on February 22, 2018 at 22:48Hi!I'm trying to use the SSD1306 (oled screen) with the STM32F091RC and I2C interface, I managed to integrate the library U8G2 (https://github.com/olikraus/u8g2/wiki ) in Eclipse with GNU MCU Eclipse and the setup...

Resolved! IAP with STM32F103C8 is not working!

Posted on April 20, 2018 at 14:15Hello Sir Turvey.Clive.002, Neil.AndrewI followed the said instructions and managed a successful IAP test with STM32F429 using support given in.\STM32Cube_FW_F4_V1.21.0\Projects\STM324x9I_EVAL\Applications\IAPHowever...

0690X0000060AhdQAE.png 0690X0000060AhiQAE.png

Resolved! Is there any template or example program for implementing OTA? I have 2MB SPI EEPROM, SIM808 for GPRS communication and STM32F070 on board.

Posted on February 24, 2018 at 13:03Hello,Is there any template or example program for implementing OTA? I have 2MB SPI EEPROM, SIM808 for GPRS communication and STM32F070 on board.I am using CoIDE and have little understanding about how to do it, s...

STM32F103C8T6 USB Device Error

Posted on April 21, 2018 at 09:58Hello everyone,I've been trying to build a USB CDC project with STM32F103C8T6 but couldn't get it to go.I've built USB projects on STM32F4/4015/407 and 32F103RCT with using CubeMX. 3 of them worked perfectly normal I...

Resolved! STM32F429 Stopping SPI

Posted on April 18, 2018 at 20:03Hi, thereThis might be a basic question, but I've been trying to solve it for a few days now. I hope there will be an SPI expert who is willing to help. My codes are as follows:=======================================...

Eric Lin by Associate II
  • 469 Views
  • 6 replies
  • 0 kudos

How to set the baudrate for USB Host CDC?

Posted on April 19, 2018 at 23:20Hello,I'm working on STM32F407VG board. During device enumeration, both the Host and Device use full steep 12MB/s.After enumeration, can I set '115200 8N1' for the communication? I tried to call CDC_SetInitialValue()...

Pilot B by Associate II
  • 332 Views
  • 2 replies
  • 0 kudos

Keep user codes

Posted on February 19, 2018 at 12:13How can one keep the custom codes in a subroutine where there is no by default a special place for it?For instance I'm using MX_TIM1_Init(void)in which there is no dedicated space for my codes such as/* USER CODE ...

Labels