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

Nonvolotile EEPROM for configuration parameters

Posted on June 14, 2013 at 07:20In old good 8-bit Architecture (AVR,PIC,...) CPU had a nonvolatile memory region to keep configuration parameters of the application that were persistent over reset. This region had a byte read/write access without er...

dimax by Senior
  • 845 Views
  • 5 replies
  • 0 kudos

TiM3 problem

Posted on June 14, 2013 at 14:52I have used APB1 = 30Mhz with 60Mhz to timer. I made following coed for TIM3. I have initialized the TIM3 interrupt.void TIM3_IRQHandler(void){    TIM3->SR     = 0x0000;              /* clear update flag */    GPIOA->...

Is STM32F427 pin to pin compatible with STM32F407

Posted on June 14, 2013 at 08:46Hi, The F4 series discovery card uses STM32F407. For our project we are considering using STM32F427. I'm wondering if they are pin to pin compatible? Thanks Michale #stm32 #discovery

myshen by Associate
  • 530 Views
  • 1 replies
  • 0 kudos

stm32 adc multi channel

Posted on June 08, 2013 at 12:15The original post was too long to process during our migration. Please click on the attachment to read the original post.

STM32F103 internal temperature sensor

Posted on June 11, 2013 at 14:12Hi! I have seen an earlier discussion with the device stm32F051 or F205 regarding the TS_CAL1 and 2 values. My question is, are these values applicable for the STM32F103 device? Cannot find any references to them in t...

peter23 by Associate II
  • 1920 Views
  • 8 replies
  • 0 kudos

STM32F103C8 ADC Problem

Posted on June 12, 2013 at 20:12Hello -- I'm trying to use the ADC functionality and am having some issues.  I can get different values out of the ADC in response to changing inputs,  but I can not get the EOC (end of conversion) flag to work, nor d...

Changing KEIL program from STM32F207IG to STM32F207IF

Posted on June 07, 2013 at 14:56Hi,I tried to change my program from STM32F207IG to STM32F207IF and I have fail.In options for target I have changed the device to  STM32F207IF.Then I go to Options for Target -> Debug -> Settings -> Flash Download. T...

felipe by Associate II
  • 913 Views
  • 9 replies
  • 0 kudos

5V TTL input

Posted on June 13, 2013 at 16:56Hi,I'm using a stm32f4 discovery board. The data sheet says that my pins are 5V restistant. I have a device that outputs 5V ttl and I want to read this signal. It works, but does it reduce the lifetime of the processo...

thommagn by Associate II
  • 519 Views
  • 1 replies
  • 0 kudos

Comparitor interrupt on STM32L151?

Posted on June 12, 2013 at 13:45Hi all, I'm using a STM32L151VCT6. I was hoping to make use of the internal interupt associated with Comparitor 2 (EXTI 22). On further inspection, I've noticed the Reference Manual (RM0038) shows two block diagrams ...

emily by Associate
  • 635 Views
  • 2 replies
  • 0 kudos