STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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
  • 205 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
  • 3512 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...

Resolved! STM32CubeMX Multi-Drive Support with FatFS

Posted on May 16, 2018 at 10:46Hello,I have STM32F7 discovery kit (Discovery kit with STM32F746NG MCU) . I have successfully tested microSDCard withKeil + STM32Cube able to Create/read/Write txt files.I have also through UM1721 'Developing Applicati...