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

Parseable System Register Map

Posted on March 29, 2014 at 00:40Is anyone aware of any documentation that contains an easily parseable system register specification for an STM32 MCU that one could use to generate code, documentation, etc... from?  Something like the reference man...

mfranklin by Associate III
  • 362 Views
  • 0 replies
  • 0 kudos

DAC for sweeping frequency of Sine wave

Posted on March 28, 2014 at 16:42I want to generate sine wave (single cycle) and then change the frequency using DAC. basically Sweep the frequency... How would I do that.Thanks for your help in advance.     #stm32f4

Clock generation from 14.7456MHz

Posted on March 26, 2014 at 11:26In the user manual: AN2606 - STM32 microcontroller system memory boot mode it describes that when using a 14.7456MHz clock crystal the bootloader configures the PLL to run at 48MHz. How is this achieved? What setting...

how to use i2c standard library

Posted on March 28, 2014 at 11:46Hello all,I am trying to connect a sensor to the stm32f4 discovery board. what i want to do, i want to be able to write to the sensor and read from the sensor the data. would  you please guide me to any web resources...

ali2003a by Associate II
  • 996 Views
  • 4 replies
  • 0 kudos

STM Studio importing variabels problem with arrays

Posted on March 18, 2014 at 16:34I've the problem that STM Studio is not able to import arrays (fixed size) of variables. That is, they are not in the list based on the imported elf file. Array of bytes are not a problem but arrays of all other typ...

Stm32f3 operational amplifier

Posted on March 25, 2014 at 21:49Hello, i want to ask something about embedded operational amplifiers in stm32f3. Even when my application is not running, i am feeding an external signal to the op amp through I/O pin. When i start my program, i see ...

STM32F103 flash problem

Posted on July 20, 2011 at 14:12Hello, in my application I use a part of the flash (0x8007C00 ... 0x8008000) as memory for my own data. I's all ok when I locate the application at address 0x8000000, but when I locate my application to address 0x8003...

gstober9 by Associate II
  • 1667 Views
  • 7 replies
  • 0 kudos

TIM1 PWM output lags [SOLVED]

Posted on March 27, 2014 at 16:23HelloMy STM32F103RBT6 has problem with PWM output (TIM2 CH4) as servo control.This problem only occuring while USART2 is processing interrupts because of received data.Interestingly, there is also some parallel with ...

zexx86 by Associate II
  • 1350 Views
  • 10 replies
  • 0 kudos

Unable to get LED to toggle with STM32Cube

Posted on March 28, 2014 at 00:34 Hello, I'm evaluating STM32cube, to see how it performs. I have a simple project in IAR which I created in STM32Cube for the F407 discovery kit. Enable PortD.12 and D/13 as outputs. However when I in...

bluevault by Associate II
  • 1001 Views
  • 5 replies
  • 0 kudos

How to use RealTerm with keil and stm32f4-Discovery

Posted on March 28, 2014 at 07:27Hi everyone, I've an stm32f4-Discovery kit and I'm trying to implement USART on itNow I've installed realterm, and I have my USB-to-TTL converter module.. its picture is in the attachments.. and I'm using Windows 7 ....