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

STM32F103x8: What's the correct command-line define ?

Posted on June 20, 2015 at 04:05I have a STM32F103c8 device and am trying to use STM32F1Cube with it.But if I use the -DSTM32F103x8=1 define on my gcc command-line, I get the following error:Please select first the target STM32F1xx device used in yo...

pacman by Associate III
  • 851 Views
  • 1 replies
  • 0 kudos

STM32F0 USART notworking

Posted on November 07, 2014 at 06:37 Hi, I am trying to some data from STM32FO devboard(Standard board from ST- MB1304) to PC via usart1. I have created the project in Keil. Data is not transmitting from STM32 to PC. First I thought that cod...

aruns06 by Associate II
  • 1409 Views
  • 6 replies
  • 0 kudos

STM32, lwip, Eth jumbo frame

Posted on June 20, 2015 at 15:52Is there anywhere an example of setting STM32Fxx7 ethernet MAC for jumbo frame exchange?Is there anywhere a large rx/tx packet  lwip socket example? (4Kb for example).Thanks.

igor23 by Associate
  • 718 Views
  • 0 replies
  • 0 kudos

STM32 SDHC in sleep mode ? [SOLVED]

Posted on June 20, 2015 at 00:28Hello, i have a little problem with SDHC card via SDIO. I use 3 types of sd cards, all works but with one type i have problem. When i mount sd and immediately  start write or read, all is ok, but when add some pause b...

petr by Associate II
  • 1044 Views
  • 3 replies
  • 0 kudos

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
  • 1300 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
  • 590 Views
  • 2 replies
  • 0 kudos