STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

LSE not starting when used for RTC

Posted on July 05, 2013 at 13:21 I am trying to use a 768kHz Xtal with 7pF load capacitors with an STM32F050C6. The problem I am having is that I cannot get the XTAL to reliably start up. I have seen it start a few times but most of the time it ...

ashley by Associate II
  • 1059 Views
  • 5 replies
  • 0 kudos

connecting audio codec to STM32F4 Discovery using I2S

Posted on July 03, 2013 at 11:52Can anyone suggest where I'm going wrong? I'm new to this forum and people seem to be posting longish code fragments, but I apologise if I seem to be posting an inappropriately long question. I can't get I2S comms to ...

d_1 by Associate II
  • 1432 Views
  • 7 replies
  • 0 kudos

STM32F303 op amps

Posted on July 04, 2013 at 11:52I am a bit confused about the F303 op amps. If they can be used in inverting mode won't a positive voltage into the minus input result in a negative output voltage? Of course it won't happen because they are rail to r...

modcan by Associate II
  • 966 Views
  • 5 replies
  • 0 kudos

STM32VLDISCOVERY - ADC: unexpected behavior

Posted on June 29, 2013 at 13:24Is it possible to use ADC without configure GPIO for AIN? For example, if the lines below are commented in the program, can ADC still work? //       GPIO_InitStructure.GPIO_Mode = GPIO_Mode_AIN; //       GPIO_InitSt...

UPGRADING APPLICATION FIRMWARE BY USB STICK

Posted on June 13, 2013 at 17:16HELLO I  want to upgrade the fırware of my design by usb stick , I am using the example given with the discovery board where I need a binary image of my Project  myproject.BIN, I am using keil so I can generate hex f...

sami by Associate II
  • 2142 Views
  • 26 replies
  • 0 kudos

STM32F4xx CAN2 problem

Posted on July 04, 2013 at 15:18Hi,I work with an STM32F405 and i cannot use the CAN2. Now, I do some tests on the discovery board on an STM32F407. And with the same code developed for CAN2 used with CAN1 all seems good. I think, that I have forgott...

clement by Associate II
  • 632 Views
  • 2 replies
  • 0 kudos

Interpretation of TXEIE bit (UART programming)

Posted on July 04, 2013 at 13:33Hi all, The documentation of the ''GetITStatus'' function, as found in the file 'stm32f10x_uasrt.c'', describes the functionality as follows:     ''Checks whether the specified USART interrupt has occurred or not.'' H...

sidney by Associate II
  • 596 Views
  • 3 replies
  • 0 kudos

STM32F103 Internal Flash Bank2 Access

Posted on May 31, 2013 at 13:57I am working on a project using an STM32F103 with 768K of internal Flash. I can successfully erase and program the first bank of internal Flash, but am having problems with bank2. The problem seems to be that I am havi...

stuart by Associate
  • 744 Views
  • 2 replies
  • 0 kudos

SPI2 Slave bit shift problem

Posted on July 03, 2013 at 15:27Dear all I hope you can solve m problem. I need to configure the SPI2 on STM32F100V8 on pin PB12-14 in slave mode because I have a master board that communicates to other spi slaves. The SPI has the Clock normally Hig...

ivano by Associate II
  • 1545 Views
  • 6 replies
  • 0 kudos

USART missed rx interrupt

Posted on July 04, 2013 at 14:37Hi,I have an STM3220g-sk/iar demo kit. I try to configure the STM32F2 device to receive data with UART interrupt.I have the following codeint main(){  /* Reset all the ports to default values */  GPIO_DeInit(GPIOA);  ...

Adalgiso by Associate II
  • 483 Views
  • 0 replies
  • 0 kudos