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

ISRs and Reentrancy

Posted on May 05, 2015 at 08:48Hi, EDIT: My assumption regarding reentrancy of functions was wrong. The ISRs became active before the buffer structures were initialized. The invalid data caused writes to inaccessible memory. Please disregard the res...

Relation between cycle instruction and clock frequency !!

Posted on May 05, 2015 at 01:14Hi,Let’s start with this example :Let’s suppose I work with an STM32F407VGT6 microcontrollers which his System core clock is set at his maximum frequency which is 168MHZ. According to the ARM website the CORTEX-M4 asse...

0690X00000605GcQAI.png

Where are the libraries and HAL tools for the STM32F2

Posted on May 04, 2015 at 21:36I have a STM32F207VC evaluation board. Most libraries I find are for STM32F1 and F4. Is the F207 obsolete. Is there something newer. Is there a good hardware initialization SW/tool for this CPU. Edit: I use an old Keil...

LMI2 by Lead
  • 398 Views
  • 1 replies
  • 0 kudos

Is the MOSI pin in high impedance during a SPI read operation?

Posted on May 04, 2015 at 13:56Hello,My question is very simple. I'm wandering whether or not we can configure the MOSI/MISO pin as normal GPIO and set them in high impedance while a SPI communication is ongoing (just for clock generation for exampl...

darko by Associate
  • 1006 Views
  • 2 replies
  • 0 kudos

CubeMX, FreeRTOS and GPIO ??

Posted on April 27, 2015 at 07:42 Guys, I tried to test blinking LED using RTOS and cubemx, but can't make it until now ? what do I miss here ? Please have a look on the main.c .. Thanks for reading and giving a clues...

ADC channel reading

Posted on January 23, 2013 at 16:16Hi guys,I'm using two channels of ADC1 to convert two different inputs, i'm using the interrupt mode of End Of Conversion. I don't know how to get these values into two different variables.Please take a look at my ...

sherif by Associate II
  • 1600 Views
  • 6 replies
  • 0 kudos

High current consumption and MSI working in stop mode

Posted on November 07, 2012 at 17:33Hi, I'm working wih STM32L152 evaluation board, and i'm trying to make the MCU to enter stop mode. Though it seems like the MCU is stoping, I'm still woried about two things: 1. The MCU's current consumption is ab...

amirf by Associate
  • 932 Views
  • 4 replies
  • 0 kudos

STM32F429 - Discovery - STMemWIN example

Posted on May 04, 2015 at 08:57Hi all,I try to understand the STMemWin example from the KEIL Library for the STM32F429 - Discovery Board and to make a own one step by step, now the point apears where i get suck with a problem. The Display is only Wh...