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

STM32F105 USART2's DR register not working

Posted on July 18, 2014 at 13:48Hi all,I'm trying to use the USART2 on the STM32F105CL to communicate with an hyper-terminal but unfortunatly, the hyper-terminal is not receiving anything. Even with a very simple code./* Includes -------------------...

maxime by Associate II
  • 1832 Views
  • 15 replies
  • 0 kudos

I2C Busy flag set when going from bootloader to application

Posted on July 11, 2014 at 10:51Folks, All below is on an STM32F107. I have managed to get a bootloader going in a stripped down version of FreeRTOS that then boots into the main application once the image has been updated. However, when the bootloa...

DiBosco by Senior II
  • 770 Views
  • 2 replies
  • 0 kudos

I2C slave clock stretching

Posted on July 21, 2014 at 09:43Hi everyone I am Khai. Currently I am working with STM32F103ZE. I would like to test on clock stretching by using a delay()-function. But seems like it doesn't work. Any advice or suggestion on how to make a test fo...

kyc by Associate II
  • 376 Views
  • 0 replies
  • 0 kudos

DCMI Not generating interrupt ??

Posted on July 20, 2014 at 20:23Hullo guys , I 'm writing my own Library for OV7670 Cam , using DCMI , I could talk to the cam properly through I2C , n now the probelm is that im trying to generate the LINE (HSYNC) interrupt as part of the testing ,...

Connect +5v to Ground

Posted on July 20, 2014 at 16:30I made a mistake by Connecting,  +5v to Ground, now the stm32f429i-discovery doesnot work anymore, only the LED4(PG14) flash. How to fix it? Thanks

Linda by Associate II
  • 658 Views
  • 3 replies
  • 0 kudos

stm32f205rg peripheral library and example

Posted on July 18, 2014 at 04:20hi, allI newly working on stm32f205rg. Where can I find the peripheral library as well as the example? like STM32F10x_StdPeriph_Driver of stm32f103? Thanks #lmgtfy:-firmware-library #stm32f205rg-library-example

Problem Reading Low ADC Value

Posted on July 17, 2014 at 21:41Hi,I have programmed stm3220G-sk to read two ADC values from two different adcs ADC 1 & 2.When I connect DC power supply to check the readings, it can read values from 1 v to 3.3 v but cannot read values below 1 v, ke...

sdashmiz by Associate II
  • 665 Views
  • 1 replies
  • 0 kudos

STM32 Cube: GPIO_PinRemapConfig Cmd Missing

Posted on July 16, 2014 at 10:28Command: GPIO_PinRemapConfig(GPIO_Remap_SWJ_JTAGDisable,ENABLE); remap JTAG Pins PB4 and PA15  is not included, when you define SYS Debug Serial wire, and use PB4 / PA15 as GPIO otherwise it starts to get more and m...