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

USART1 stop transmit suddenly

Posted on September 03, 2013 at 18:27Hi,I'm using STM32F103VE. USART1(9600,n,8,1) for sending data in interrupt  of TIM2.TIM2 occurs every 10ms. In TIM2 interrupt routine I call a function to transfer data via USART1:  USART_SendData(USART1, x);   (...

hoaptadv by Associate II
  • 849 Views
  • 5 replies
  • 0 kudos

EMC Problem with STM32L151

Posted on September 03, 2013 at 16:47I appreciate any help ThanksA tracker with STM32L151 began to have a bug even with the watchdog enabled. The crash always occurs when the modem gsm this broadcast.We created a test version that only flashing a gs...

edsoncan by Associate
  • 489 Views
  • 0 replies
  • 0 kudos

SDIO std library Problem with Writing & reading data

Posted on September 02, 2013 at 07:04Hi, While every thing is ok response is proper but when i use write data polling or DMA mode my sysem is there in polling or DMA routine, but i am getting response of my command 24 perfect dut transmitting data g...

amol by Associate II
  • 554 Views
  • 1 replies
  • 0 kudos

Where to start on STM32?

Posted on September 02, 2013 at 12:09Hi,Long time programmer for 8-bit mcus and just wanted to move my skills to STM32. Looked at some datasheets and found them to be daunting for me.Any suggestions on how / how to start efficiently?

PDR_ON errata on LQFP100 for STM32F4

Posted on August 19, 2013 at 23:21A warning so no one else will get caught by this.  On the original STM32F4 design docs pin 99 on LQFP100 is shown as RFU or PDR_ON, and diagrams show it can be connected to Vdd.  The gotcha is this only applies to r...

Debugging Ethernet

Posted on September 14, 2012 at 17:49Hi,I have a new board based on STM32F407 that is wired iin RMII with a  KSZ8031RNL PHY. I would like to port the stm32 f4 eval board sample to my board. I have defined the RMII_MODEHere the maping of the phy     ...

jdumaresq by Associate II
  • 1182 Views
  • 3 replies
  • 0 kudos

Dma -> usart circular buffer questions

Posted on August 29, 2013 at 04:24 I was trying to write out the usart using dma. I thought everything was working till I actually looked at the data. The data seemed to always be wrong so I extracted all the relevant code to test it separately ...

Flash/Program memory Increase

Posted on September 02, 2013 at 16:21Hi, Sorry this might be a stupid question as I have not done enough research. But if some one could answer will save me lot of time. Is there a way I can increase the program memory of STM32f407 using external f...