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

SD+SPI+FATFS_WRITING DATA TO EXCEL SHEET

Posted on May 21, 2018 at 13:34Hi ,          I AM WRITING DATA TO WORD DOCUMENT AND EXCEL DOCUMENT USING SD+SPI+FAT DRIVER,BUT IN EXCEL DOCUMENT ,ALL THE DATA(40KB) IS GETTING STORED IN FIRST BLOCK ONLY,HOW TO CHANGE THE BLOCK TO STORE DATA BY INCRE...

Manjesh R by Associate III
  • 354 Views
  • 1 replies
  • 0 kudos

Resolved! stm32cubeprog

Posted on May 18, 2018 at 16:09Hello, in these days I'm using for the first time Stm32CubeProgrammer and I notice a little problem in version 1.0.0: In the page 'Erasing & Programming' the button 'Browse', used to select the directory where find the...

TCP Server and Client

Posted on May 21, 2018 at 08:58HiI'm using STM32F429ZI nucleo board and I'm trying this example to create a TCP Server:#include 'mbed.h'#include 'EthernetInterface.h' #include 'NetworkAPI/buffer.hpp'#include 'NetworkAPI/tcp/socket.hpp'using namespac...

Nada Ali by Associate II
  • 185 Views
  • 0 replies
  • 0 kudos

VREFINT

Posted on May 16, 2018 at 21:40In STM32L152 do we have the option to choose the VDDA as VREFINT?My other question is in regard to the VDDA battery monitoring.  If VREFINT is fixed how can we measure the VDDA please?  Therefore VREFINT_DATA would in ...

mmsya by Associate II
  • 3360 Views
  • 4 replies
  • 0 kudos

SPI peripheral: BSY bit stuck after transmission

Posted on May 20, 2018 at 21:28 On an STM32F103 nucleo board I occasionally find my program locked in a loop waiting for the SPI2's BSY bit to become cleared. I am, honestly, totally clueless what is happening here. I am hardly able to track d...