STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32F29I + MATLAB

Posted on July 03, 2015 at 16:14Hi, I am trying to program the discovery board using MATLAB+Simulink. Unfortunately the examples are not working on my board. I followed the simple example on Mathworks. I changed the pin to PG13, because on my board ...

smrtkai by Senior
  • 1225 Views
  • 12 replies
  • 0 kudos

DCMI OV2640 High resolution

Posted on December 03, 2015 at 13:09I have an evaluation board STM3240G-EVAL with camera OV2640. I stored camera image in the external SRAM (2 MB). How I can initialize the camera with a resolution of 1600x1200 (UXGA) in format RGB565?I want to capt...

vlad23 by Associate II
  • 300 Views
  • 0 replies
  • 0 kudos

STM32F4 ADC DMA Overrun problem

Posted on December 03, 2015 at 12:57I have been struggling on this over the past few days and its starting to really push my buttons now.Device: sTM32F405RGTXBasically I have ADC 1 configured in regular mode Channel 10 and 11, and I am using DMA to ...

help - how to protect STM32 analog inputs ?

Posted on December 02, 2015 at 14:17hello dear forum,I need protect the analog inputs of my STM32 becouse I measure the output of a current detectorand STM32 GND is the same with the GND of power circuitand I face problems with analog inputshow can ...

STM32L152 comparator triggers timer

Posted on November 12, 2015 at 11:30Is it possible to trigger any timer by comparator output in stm32l152? I want to configure timer to one pulse mode and i want to trigger it by comparator output. I have studied manual carefully, but I still don't ...

SPWF01SA SSL Library

Posted on November 27, 2015 at 16:46Hi. I want to know which SSL library is integrated in SPWF01SA (it is WiFi module)? In the feature list is written that SSL/TLS 1.2 is supported but I need to know the specific library inside. Also, is it possible...

ta by Associate II
  • 376 Views
  • 1 replies
  • 0 kudos

STM32F3 GPIO current sourcing question

Posted on November 30, 2015 at 10:52Hi, I am using STM32F301. If I configure the GPIO pin to be output mode, and configure it to be open-drain with pull up, what would be the pin's current sourcing capability? What is the value of the internal pull-...

song by Associate II
  • 373 Views
  • 1 replies
  • 0 kudos

Nucleo stm32L152, serial4 and serial 5

Posted on December 02, 2015 at 13:51Hi to all, I use mbed plattform.  i have this strange situation i write this code, i &sharpinclude ''mbed.h''  //Serial pc(PC_10,PC_11); //Serial 4  TX,  RX   ko   Serial pc(PB_10,PB_11); //Serial 3  TX,  RX  //ok...

antonioB by Associate II
  • 367 Views
  • 1 replies
  • 0 kudos

CIFS/SMB Library for embedded systems

Posted on October 21, 2015 at 16:45Hi! I'm wanting to connect my STM32 board to my network and be able to access files on my local network share. Does anyone know of a SMB/CIFS library for embedded systems that I could use? Cheers!