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

DAC output buffer current sink specs

Posted on January 27, 2012 at 13:11I can't find any info about the capability of the DAC output buffer of being a current sink. Is it possible? Which is the max sink current? EDIT: I mean the DAC integrated on the uC chip and connected to GPIO pins,...

giu by Associate II
  • 869 Views
  • 2 replies
  • 0 kudos

capture compare problem, interrupt time capture question

Posted on January 26, 2012 at 10:28I need a delay in a timer 4 interrupt. To realize this I wrote the the follow lines:if(TIM_GetITStatus(TIM4, TIM_IT_CC1) == SET) { TIM_ClearITPendingBit(TIM4, TIM_IT_CC1); TIM_ClearFlag(TIM4, TIM_FLAG_CC3); while(T...

USB host MSC example

Posted on January 03, 2012 at 09:29Hi everybody, i work with the evalboard STM3220G with the USB example from the USB host-device lib. I try to write additional data in the create/existing file, but I'm not successful. Can anyone say me, what i must...

OTYPER Reset value in Ref Manual wrong?

Posted on January 27, 2012 at 11:54In Ref. Manual 6.4.11 Table 18, for the registers GPIOx_OTYPER a reset value of 0x4444 is specified, but I think this is an error - should be 0x0000? (as specified in 6.4.2 at the register description?).

flyer31 by Senior
  • 611 Views
  • 4 replies
  • 0 kudos

STM32F4 SDIO, Busy state of DPSM

Posted on December 15, 2011 at 05:18After transmitting a block of data, SD Card sends the CRC for the data.After sending CRC, SD Card sometimes puts itself in the ''Busy'' mode.According to the reference manual, STM32's SDIO peripheral's data path s...

hate_pod by Associate
  • 936 Views
  • 2 replies
  • 0 kudos

Thermal Printer

Posted on January 27, 2012 at 10:02I use Stm32f103rb microprocessor on stm32p103 board. I want to control a thermal printer. Is there anyone who give me some example code for this situation ? Thank alot

bekir by Associate
  • 1667 Views
  • 3 replies
  • 1 kudos

questions about flash programming

Posted on January 27, 2012 at 12:23Hi, I have some questions about flash programming 1. how many writes to flash can i made beetwen FLASH->CR |= CR_PG_Set;  and FLASH->CR &= CR_PG_Reset; is it possible to write here more data than 2 words ? (only 2...

aalmax by Associate II
  • 838 Views
  • 3 replies
  • 0 kudos

Interfacing Character LCD 2X16 using GPIO

Posted on January 26, 2012 at 19:26Hello ,I'm using STM32 F100 RB microcontroller and 2x16 character LCD.I want to  display strings on it.(HD 44780 driver) using GPIO protocole ( GPIOB )Who can help me about it ?Is there any demo project  in this si...