STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32F4 Discovery, cannot clear parity error intterrupt

Posted on June 02, 2014 at 04:16Hello, I'm using STM32F4 discovery to develop usart communication function. The usart parameter is below. /// Set serial port  USART_StructInit(&USART_InitStructure);  USART_InitStructure.USART_BaudRate = 9600;      ...

takeda by Associate
  • 612 Views
  • 3 replies
  • 0 kudos

DMA configuration for FSMC

Posted on May 31, 2014 at 12:45Hey, I am presently transferring an image from a camera (connected through DCMI) to the internal SRAM via the DMA. This way I'm able to get the whole image. However, when I try to write into the external SRAM through t...

kai2 by Associate
  • 539 Views
  • 2 replies
  • 0 kudos

STM32F4 - MPU-6050 cannot communicate ...

Posted on May 31, 2014 at 21:37Hello Friends, I bought stm32f4 discv. board and also http://www.aliexpress.com/item/1-pcs-MPU-6050-Module-3-Axis-Gyroscope-Accelerometer-Module-for-Arduino-MPU-6050-Worldwide-FreeShipping/1361575363.html board but i h...

aybala5 by Associate II
  • 652 Views
  • 3 replies
  • 0 kudos

STM3221G-EVAL LCD STAYS AT WHITE

Posted on May 31, 2014 at 16:56Hi everyone, I have just opened my STM3221G-Eval and created the default program for it using IAR Workbench for ARM 7.10. I first wanted to know whether why my  LCD stays at white. Thanks

STM32F105RB problem

Posted on May 30, 2014 at 15:57 Hi, I am facing a problem with the MCU model STM32F105RB. I am using it with the J-link EDU. I use a custom hardware, which works properly with the STM32F205RB model. Now I am trying to use the same c...

Disable JTAG-DP + SW-DP for STM32F303

Posted on May 28, 2014 at 08:40 Hi, I have been looking around in the forums for a solution for my target mcu, STM32F I want to use the I2C1_SDA/SCL on PA14/PA These pins are used for JTA-DP and SW-DP. I want to disable this and use only the I2C...

vaibhav23 by Associate II
  • 1170 Views
  • 5 replies
  • 0 kudos

USART Send String Problem

Posted on May 30, 2014 at 09:57Hi, I need your help...I try to use the USART1 of the STM32F107 to send a string (''HELLO WORLD'') but on the hyperterminal, I receive just the first letter (''H''). I cannot found the fault, I use Coocox CoIDE with th...

damncm by Associate
  • 609 Views
  • 3 replies
  • 0 kudos

Interrupt Nesting on STM32F3Discovery

Posted on May 30, 2014 at 15:15 Hi Is there a way to disable interrupt nesting (preemption) on the STM32F3Discovery? By default, an interrupt seems to preempt a currently executing ISR. But I want the ISRs (especially those of DMA and EXT...