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

how to increase the DMA buffer size?

Posted on June 19, 2015 at 13:56hi ,now i am working with camera interface with stm32f40IG controller.already i capture the image by using OV9655 camera which code and hardware are provide by STM.the sample code  is for just capturing the images and...

How to relocate the Cortex-M0 Vector Table

Posted on June 19, 2015 at 17:44Hello I have a problem with the vector table relocating, I moved the vector table with the following code, but when I am activating the usart interrupts the programs hangs#define APPLICATION_ADDRESS     (uint32_t)0x08...

UART Interrupt

Posted on June 18, 2015 at 07:32I am using STM32F101 microcontroller. Is it necessary to disable the receive interrupt in order to transmit something through UART? My reception priority is high, so is it okay to keep the receive interrupt enabled wh...

meet by Associate
  • 952 Views
  • 4 replies
  • 0 kudos

STM32F105 RTC alarm output not working

Posted on June 18, 2015 at 15:25I have the STM32F105 RTC alarm working correctly internal to the chip, but I cannot get the alarm to control pin PC13.I have the BKP register configured to set the alarm output        BKP_RTCOutputConfig(BKP_RTCOutput...

USB FS and I2C clock conflict

Posted on June 19, 2015 at 15:18I am using F429 in my project. The USB FS is required 168Mhz clocking, but the I2C need 180MHz in order to use 400khz speed. When I set the clocking to 168MHz and set the I2C speed to 100khz, the I2C always stop after...

kqian by Associate II
  • 451 Views
  • 2 replies
  • 0 kudos

Does HAL/Cube support I2C SMB ARP transactions?

Posted on June 19, 2015 at 01:48I'm working with a device that uses the SMB Address Resolution Protocol as part of the response to generating an internal alert. I have no difficulty reading and writing address registers in general (With the peripher...

hbarta2 by Associate III
  • 477 Views
  • 2 replies
  • 0 kudos

Choosing GPIO Speed Setting

Posted on June 19, 2015 at 13:27Hello, what is a sensible relation between the GPIO speed setting and peripheral device speed? E.g. OSPEED = 00 on a >2.7 Volt STM32F42x with 10 pF load has a value of 8 MHz max. Is that good for a SPI clock rate of 8...

stm32f4discovery power supply scheme issue

Posted on June 06, 2015 at 15:17HelloThere is some mismatch between recommended power supply scheme of stm32f407(page 76 of stm32f407 datasheet, Rev5) and what is implemented in stm32f4discovery.It would be good to be explained by someone from ST.