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

SMBus slave multi-part recieve

Posted on July 11, 2018 at 12:12I hope some can help with a SMBus problem I am having. I am using I2C2 on the STM32L432 in SMBus mode as communication medium between devices. I'm not using the standard SMBus protocols, instead I'm using a simple dat...

STM32 Flash getting erased

Posted on July 10, 2018 at 18:10We are using a STM32F407IGH6 in our design.  We may have an invalid configuration for this device.  Currently we are pulling PDR_ON low, but we are not driving the NRST pin externally.  This will be fixed in our next ...

STM32CubeMX STM32h7 Library Install Problem

Posted on July 11, 2018 at 11:42HiI am facing problem while installing STM32Cube MCU package for STM32H7 . I have downloaded the package from ST website. When I install it from local option available in embedded software package manager , it pops ou...

Not able to read from an external EEPROM

Posted on July 10, 2018 at 17:05 I'm trying to write and read from an external http://ww1.microchip.com/downloads/en/DeviceDoc/20001749K.pdf. The datasheet states that I need to send an Enable code before I do anything. There is a start bit (S...

stm32F4 PB8 and PB9 GPIO problem

Posted on July 10, 2018 at 15:42Hello,I have a problem with the pins PB8 and PB9 as GPIO. I habe used the following testcode on the EVAL324xG-EVAL Board:int main () {    GPIO_InitTypeDef  GPIO_InitStructure;    RCC_AHB1PeriphClockCmd (RCC_AHB1Periph...

Tobi as by Associate II
  • 677 Views
  • 2 replies
  • 0 kudos

Crystals and load capacitors for stm32l432

Posted on July 10, 2018 at 14:37I've been designing sub-gram boards for data logging on songbirds using the stm32l432.  Although mostly I use ultra-low power external RTCs, I recently built a test board using a 4pf 32768 crystal.  The question was t...

Geoffrey1 by Associate III
  • 1738 Views
  • 4 replies
  • 0 kudos

SD card with STM32F103C8

Posted on July 10, 2018 at 22:47I generated the FATFS with cubeMX.How can I direct the driver to use the SPI to communicate with the SD card? Also the FatFs_Usd project under the STM32Cube F1 package is not showing how can I communicate with SPI!tha...