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

FTP Client on STM32

Posted on January 07, 2012 at 22:09Hi All The following new video shows a demonstration of embedded FTP client operation in the uTasker project: http://youtu.be/sZOCFLDfGTk It is not shown running on an STM32 board in the demo but it is now included...

hpipon957 by Associate III
  • 1702 Views
  • 1 replies
  • 0 kudos

DCMI on STM32F4-Discovery board

Posted on January 08, 2012 at 22:49Can DCMI be used on the STM32F4Discovery board? It appears that there are pin conflicts that make it impossible.PA4 - DCMI_HSYNC conflicts with CS43L22 - LRCK/AN1xPA6 - DCMI_PIXCLK conflicts with LIS302DL - SDOPB6 ...

swenson by Associate
  • 528 Views
  • 1 replies
  • 0 kudos

Writing outside flash memory at address problem

Posted on January 04, 2012 at 10:29Hi,im using stm32 h103 board and IAR for debugging i want to add polarssl library for crypto operations. But when i want to use library functions.''Writing outside flash memory at address 0x8008000 '' error occurs....

RTC crash on STM32F103

Posted on January 05, 2012 at 21:45Hello to all, Recently I noticed a strange behavior on STM32F series RTC, I'd like to draw your attention upon. After a hardware failure  (it happened to me many times after an accidental VCC-GND short during board...

abrous3d by Associate II
  • 818 Views
  • 2 replies
  • 0 kudos

RS232 with Discovery: parts needed

Posted on December 12, 2011 at 17:44Hi,I'd like to connect STM32VLDiscovery to my laptop USB via USART.Everywhere I see that to have RS232 on board it is not sufficient to connect USART pins with DB9 connector. RS232 <-> TTL converter is needed (lik...

0690X00000605TbQAI.png

UART Windows problem.

Posted on January 04, 2012 at 13:41Hello. I have a stm32f103vet6. I see that data goes to PC, but I don't see anything on input in PC.My code for stm32:&sharpinclude ''stm32F10x.h''u8 SMS[]=''Hello, my name is STM32F100RB!'';int main(void){     u32 ...

External Memory ( Help ! )

Posted on January 03, 2012 at 14:44HelloI have to try use an external memory for writing and reading same data on stm32 discovery board.Which type memory can i use ?  EEPROM or FLASH ? And how can i connect this device to my board ?Is there anyone t...

Eclipse/JLink/CodeSourcery/GDB run vs continue?

Posted on December 27, 2011 at 16:04Hi Folks-I'm trying to get debugging working on Eclipse.  It appears that the Eclipse debugger wants to send a ''run'' command after loading the image when it should be sending a ''continue'' command.  The debugge...

USB Buffer Descriptor Table help please

Posted on January 04, 2012 at 16:07Hi, I have read through the stm32 ref manual (many times!) and looked at the example firmware through the um0424 packages but I am still struggling to understand how to use the buffer descriptor table. Can someone ...