STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Overclocking

Posted on June 04, 2015 at 09:39I'm using a stm32f303 which has a max clock speed of 72MHz. It would be very convenient for me to set it to 73.728MHz.  It works on my board, but what effect does a few percent overclocking have on the MCU? How is rel...

gbigden by Associate III
  • 1917 Views
  • 5 replies
  • 0 kudos

STM32F030 Internal Oscillator Accuracy

Posted on June 04, 2015 at 20:28I can't find the internal oscillator accuracy anywhere in the datasheet or the reference manual. If I have the sysclk set at 48MHz from the internal osc. what are the limits of what that sysclk may actually be? #da...

daniel2 by Associate II
  • 584 Views
  • 5 replies
  • 0 kudos

Analog input pin for Discovery board

Posted on June 04, 2015 at 22:00I'm trying to get an ADC input to work on the Discovery STM32L053 board. The VREF calibration value is 0x68D, reading channel 17 shows 0x5E9, which by my calculations makes VDD 3.325 volts, which matches what I read o...

lee23 by Associate II
  • 487 Views
  • 2 replies
  • 0 kudos

Flash Code Protection

Posted on May 29, 2015 at 02:55Hi,I am developing codes on STM32L0 microcontrollerI want to add flash read out protection function in the code.After I enable the PcROP(proprietary Code Read Out Protection), my codes do not work anymore. It does not ...

tianchen by Associate II
  • 1245 Views
  • 4 replies
  • 0 kudos

HAL Driver on STM32F051 and STM32L051 differences?

Posted on June 03, 2015 at 05:14 Must say the CubeMX generation tool is very good, and it really does make everything simpler. However, I run into a situation where I am using the STM32L051 and STM32F051 to test on a project connecting to the bl...

andy2 by Associate II
  • 323 Views
  • 1 replies
  • 0 kudos

OC toggle and DMA problem

Posted on June 04, 2015 at 16:40I'm trying to connect the output Compare together with the DMA controller for my STM32F3 discovery board.But I have a strange problem, it seems like the DMA controller is only copying one byte from the memory to the c...

dangraf by Associate II
  • 417 Views
  • 1 replies
  • 0 kudos

STM32F103 ADC internal band-gap (internal V-ref)

Posted on June 03, 2015 at 19:20Hi,For a project I need to use internal band gap (V-Ref). so i want to know how to: 1- turn-on internal band-gap voltage reference 2- select internal band-gap voltage as referencetanx all #adc #stm32f103 #v-ref

tux by Associate II
  • 332 Views
  • 1 replies
  • 0 kudos

STM32f407 HardFault

Posted on June 04, 2015 at 00:35Can somebody explain me how to find cause of hardfault? I try to use solution from http://blog.frankvh.com/2011/12/07/cortex-m3-m4-hard-fault-handler/but buffer is empty.Here are core registers dump (from keil UI):SP ...