STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

stm32F4discovery usb problem

Posted on June 01, 2013 at 17:05I have implemented the code of this linkhttp://www.st.com/web/en/catalog/tools/FM116/SC959/SS1532/PF252419 that allows sending and receiving a file from a flash drive via the usb stm .. but the problem is that an indi...

stm32f2xx interrupts working only in debug mode

Posted on June 03, 2013 at 01:29I'm trying to output vga signal using timer1 ch1 for hsync, ch2 for interrupt (horizontal backporch) and timer3 ch2 for vsync and ch3 for interrupt (vertical backporch). I'm using E0-E2 pins for direct output and I ca...

blind by Associate
  • 279 Views
  • 0 replies
  • 0 kudos

STM32F4 Discovery and Rn-41 Bluetooth module

Posted on June 02, 2013 at 23:56Hi, Iam completely new and lost, i want to interface a bluetooth module, I have found some examples but i cannot receive any data on hyperterminal when i run these codes. Actually i need help to find out from where i ...

problem with jtag tck pin

Posted on June 01, 2013 at 08:55hiI have a problem with jtag tck pin on my board.When I touch it with my finger  the st-link Works properly & connect to stm32f417 but if  i remove my finger from this pin the st-link not connect to my mcu.i pull-down...

m2399 by Associate II
  • 407 Views
  • 2 replies
  • 0 kudos

SD card on STM3240

Posted on May 31, 2013 at 16:15Hello, I need some help with creating fat files on  microSD.I found some files on the demo builder but it only provied viewing directories.Many thanks.

bouhoula by Associate II
  • 754 Views
  • 6 replies
  • 0 kudos

SysTick timing problem

Posted on June 01, 2013 at 14:45the problem is when i make     Delay(1000);  it must delay 1second but it make delay about 3second not 1second . it was 3time slower than the real time volatile uint32_t msTicks;    void SysTick_Handler(void) {   ms...

jbl_raw by Associate II
  • 382 Views
  • 1 replies
  • 0 kudos

AN3070 : Is DMA transfer complete interrupt needed?

Posted on May 27, 2013 at 05:31Application note AN3070 describes a procedure for releasing RS485 bus when using DMA to transfer USART data.   The procedure uses two interrupts:  * DMA transfer complete (DMA_TC) interrupt   * USART transfer complete ...

derek by Associate II
  • 663 Views
  • 2 replies
  • 0 kudos

unable to get into bootloader on stm32f103

Posted on May 31, 2013 at 08:59Hi, i bought 2 chips STM32F103RET6 , i put them into boards, one chip is working normally , so it's possible to flash it via USART1, but second one is not reacting on USART1 for new flash, and i think that it's not ...