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

How to get Aardvark?

Posted on October 22, 2011 at 20:08Hi,I want to know about how to program STM103F's internal flash memory via I2C bus.Now, I am preparing for developing new PCB which can update firmware via I2C.I read AN3078(http://www.st.com/internet/com/TECHNICAL...

kamada by Associate II
  • 922 Views
  • 3 replies
  • 0 kudos

Need RC5_IR_Receiver.h file

Posted on October 22, 2011 at 13:16Hi to all, I need RC5_IR_Receiver.h file for STM32F2xx /10x where i can find that file can any one tell me.Thanks & Regardslucky

vijji by Associate II
  • 615 Views
  • 2 replies
  • 0 kudos

Failed to read CPUID for Cortex device. ST-Link problems.

Posted on October 20, 2011 at 02:35I posted this in the STM32L area by mistake. This was a VL.--------------------------------------------------------------------------------------------------------I started having problems with STLink  (MDK-ARM - g...

petecarr by Associate II
  • 1817 Views
  • 4 replies
  • 0 kudos

Strange SPI failure

Posted on October 19, 2011 at 16:46I'm playing around with SPI (SPI2 on the VL discovery board), and am able to configure the chip as a master and I see the clock and data outputs.  Right now I'm using polling to transmit - interrupts can come later...

kk6gm by Associate II
  • 837 Views
  • 3 replies
  • 0 kudos

STM32 SPI CRC8 ERROR

Posted on October 20, 2011 at 11:04Hi, I have tested the CRC generator of the SPI peripheral. But I get some strange result... The message to send is the byte 0x40. I send this message after enabling the CRC8 computation. Then I read the tx CRC. I r...

STLink problems. Failed to read CPUID

Posted on October 20, 2011 at 01:57I started having problems with STLink  (MDK-ARM - getting an ''Internal Command Error''), and ST Visual Programmer has problems. Log:Hardware configuration set to <ST-LINK on USB with STM32F100xB plugged in and SWD...

petecarr by Associate II
  • 624 Views
  • 1 replies
  • 0 kudos

STM32 USB endpoint configuration (clarification questions)

Posted on October 06, 2011 at 13:13Hi, I started to modify the CustomHID example of the ST USB Lib V3.3 to get it running on my Olimex STM32-P103 evaluation board. I want to use this firmware to start developing a PC controlled board without the nee...

dmatheis2 by Associate II
  • 1597 Views
  • 4 replies
  • 0 kudos

TIM3 interrupt crashes then being initialized

Posted on October 19, 2011 at 11:53Hi,Can any please help me out here. I'm trying to set up a timer-interrupt, TIM3, for every second. But when I'm trying to initialize the TIM3 interrupt my system crashes :(I'm running @ 72MHzHere is my code for in...