STM32 MCUs Products

Ask questions, find answers, and share insights on STM32 products and their technical features.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32F103C8T6 ADC Analog Watchdog

Posted on May 09, 2018 at 02:29HelloI am about to make my own library of ADC hardware. But first, I'll try to use ADC Analog Watchdog for my project. But there is a problem I think I cannot face it. I want to use only 2 channels with analog watchdog...

0690X0000060B5LQAU.png

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
  • 529 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
  • 377 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
  • 4295 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...