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

USART + Polling

Posted on May 05, 2015 at 09:24Hello all, I am novice to STM family. Here is the code which I have written for USART but not working .void UsartInit(void) {         USART_InitTypeDef USART_InitStructure;         GPIO_InitTypeDef GPIO_InitStructure...

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
  • 359 Views
  • 1 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
  • 1503 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
  • 842 Views
  • 4 replies
  • 0 kudos