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

current consumption on STM32L-DISCOVERY

Posted on November 11, 2014 at 11:05Hi guys, can I measure current consuption on my STM32L-Discovery using ''STM32L1xx Current Consuption measurement demostration firmware''? I need to know current consumption during trasmission with a hc-05 module...

ndonj86 by Associate II
  • 262 Views
  • 0 replies
  • 0 kudos

How to figure out my clock and pll clock ?

Posted on November 11, 2014 at 04:41 Hello All, and Clive, I've went back into the guts of my program after a long time being out of it, and I dont know how I can know the actual clock speed of my unit. I dont have a scope that does more tha...

Unexpected readings (2X or 0.5X) using ADC on STM32F0

Posted on November 10, 2014 at 20:07 I'm using the ADC on a STM32F072RBT6 to read a constant voltage that is derived from my supply voltage. Sometimes, I get a reading that is twice the expected value, and sometimes I get a reading that is half ...

STM32F4 -- General FPU Questions

Posted on November 10, 2014 at 19:50I am using:STM32F401 & STM32F407 processorsKeil uVision 4.73I have several general questions about using the floating point unit on this processor.1. What should I expect to happen if I try to use floats without e...

dibs by Associate II
  • 386 Views
  • 1 replies
  • 0 kudos

Stm32f407 PPI communication with BLACK fin

Posted on November 10, 2014 at 13:16I want to write a code for PPI communication between stm32f407 and Blackfin .The code for blackfin I have got from open source...But I dont know how to write the same for stm32f407.Anybody have experience in doing...

sanjib by Associate III
  • 422 Views
  • 0 replies
  • 0 kudos

distinguish different stm32f407

Posted on November 10, 2014 at 03:39I have developed same binary code that can run on both 100 pins and 176 pins version of stm32f407. How can I distinguish these mcu by checking registers or memory locations? Their cpuid are same?thanks. #cpuid

shark by Senior
  • 417 Views
  • 1 replies
  • 0 kudos

STORAGE_IsReady_HS() function contains garbage

Posted on September 23, 2014 at 01:55Hi AllCube 4.3.1/Keil/F4:When generating a cube project that includes a USB(HS) mass storage driver, if the file ''USBD_Storage_if.c'' already exists in your project AND has been modified within *USER CODE BEGIN*...