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

Why can I not get past f_open with SD card

Posted on March 05, 2018 at 05:51I am working with STM32F746G-Disco board to prove out the use of the SD card.  I am at a point where I cannot get the code to write data to the card using the fs calls.  First, I have setup the board in CubeMX with a...

Resolved! USB - SET_CONFIGURATION fails

Posted on January 30, 2018 at 11:32Hello,I have encountered a problem with my STM32L452VE - when I set up USB with CDC, it sometimes connects, sometimes not. When it doesn't connect, Windows clasically show yellow exclamation mark.Increasing heap si...

0690X00000609XrQAI.png

CAN(Transmit 2 Farme clear time)

Posted on March 19, 2018 at 05:46hellofirst of all, sorry for my short English skills....I am working on a project that uses STM32F207 and STM32 HAL Driver using STM32CubeMX.I succeed in Tx and Rx.I have a question for CAN.Data is only 8byte in CAN ...

J.Park by Associate II
  • 259 Views
  • 1 replies
  • 0 kudos

FLASH_Erase_Sector

Posted on December 22, 2017 at 10:53I'm trying to store some data using HAL library.HAL_FLASH_Unlock();__HAL_FLASH_CLEAR_FLAG(FLASH_FLAG_EOP | FLASH_FLAG_OPERR | FLASH_FLAG_WRPERR | FLASH_FLAG_PGAERR | FLASH_FLAG_PGSERR );FLASH_Erase_Sector(ADDR_FLA...

Resolved! Getting started with STM32F767ZI

Posted on March 18, 2018 at 12:44Hi,   I am just Getting started with STM32F767ZI using a Nucleo F767ZI dev board. Prior to that I have only used in commercial project PIC24H family of Microchip and embedded C language. Can anybody help with how to ...

A Maq by Associate III
  • 517 Views
  • 3 replies
  • 0 kudos

stm32f072 joystick

Posted on March 16, 2018 at 13:11Hi,Please forgive as I am new to STM32 devices and tools.I was suggested to use a STM32 F0 Discovery dev kit (STM32F072RBT6) in order to develop a very simple application: a custom made 3 axles joystick (x,y and thro...

Labels