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

Servo control using STM32VLDiscovery

Posted on October 13, 2011 at 14:18Hi all,I want to run a servo using the STM32 Discovery, if you have a suggestion program torun the servo?or you have a simple code to run the servo on the STM32 DiscoveryThank youRegards,Endy

DAC example witouth using DMA

Posted on December 15, 2011 at 10:31 Hi. I'm trying to get an output from the internal DAC without using DMA, but the examples all use DMA. My code looks like this: RCC_AHB1PeriphClockCmd(RCC_AHB1Periph_GPIOA, ENABLE); GPIO_InitTypeDef...

How are Interrupt Handlers placed in the vector table?

Posted on December 15, 2011 at 01:40I am testing interrupts in general, TIM3_IRQHandler( ) specifically. I am trying to create a new handler for TIM2. I see in the TIM_TimeBase example where this is defined. How and where does the address of the IRQ...

STM32F1/F4 incompatible I/O

Posted on December 08, 2011 at 19:34From their respective RMs: STM32F1... 0x4002 2000 - 0x4002 23FF Flash memory interface STM32F4... 0x4002 2000 - 0x4002 23FF GPIOI Thus a project predicated on STM32x compatibility must have at least different I/O ...

picguy2 by Associate II
  • 721 Views
  • 4 replies
  • 0 kudos

SD Card on STM32VL-Discovery

Posted on December 13, 2011 at 09:14Hi Has anyone got an SD Card or MMC talking to the Discovery board yet? I can't find much information on the forum. Can anyone, point me in the right direction?Thanks in advanceAmir #sd-card #mmc #stm32-discove...

apatel by Associate II
  • 699 Views
  • 3 replies
  • 0 kudos

How to read a sequence of bytes through I2C?

Posted on December 12, 2011 at 23:40Hello. I want to read a sequence of bytes from my accelerometer. I can't get it work.When I read byte by byte all is ok, but when I try to read sequence I can't get a true values.void ADXL_ReadSeq(uint8_t StartAdd...

STM32F10xx two USART at the same time

Posted on December 13, 2011 at 13:23Hello, Pardon by my english. I need two USART work at the same time. One USART is all the time sending bytes and the other USART is receiving bytes.I work with USART configures in Half Duplex mode. I work in baud...

silvia by Associate II
  • 604 Views
  • 2 replies
  • 0 kudos

EWARM version for STM32F3-Discovery Firmware?

Posted on September 27, 2011 at 00:52I checked that the last IAR version available for download don't have support for STM32F4xx yet. What EWARM version should be used to test the firmware? Are there EWARM Devices, Flash  and  Debug files to do the ...

Asantos by Senior
  • 529 Views
  • 3 replies
  • 0 kudos

DFU Driver for STM32F4

Posted on November 07, 2011 at 15:36Dear User, today i put on my board that was developed for STM32F2 the STM32F4 , the micro is working now i try to upload the code on it. I try to use DFU Demostration program , but it don't found any device availa...

rnavoni9 by Associate II
  • 978 Views
  • 2 replies
  • 0 kudos

Trouble connecting to computer

Posted on December 13, 2011 at 05:47I know this is a really noob question but I'm really new to STM micro controllers and I need some help. So I just bought the STM32 F4 Discovery board and I found a usb A to B connector so I connected it to my comp...