STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32F205RGT6 UART code not working properly

Posted on January 06, 2017 at 08:19Hello,i am using STM32F205RGT6 microcontroller i just want to run UART code.i just download the 'STM32Cube_FW_F2_V1.4.0' library and i don't modify any thing in this code.in this library i try with 'UART_Hypertermi...

bhavin by Associate II
  • 907 Views
  • 6 replies
  • 0 kudos

how to use high speed transmit for stm32 to pc?

Posted on January 08, 2017 at 18:36Usually, I use uart for my stm32 to communicate with my PC(ubuntu),I set 115200 baudrate, and use a USB to TTL tool(PL2303HXhttps://goo.gl/TRnN4w) In PC, use the minicom to get data from stm32,But now, I have to tr...

ctc.ctc by Associate II
  • 485 Views
  • 1 replies
  • 0 kudos

AC6 STM32 workbench broken after update

Posted on January 08, 2017 at 12:47I had previously set up the STM32 workbench under Eclipse and had it working nicely with some L6474 boards on a Nucleo. I recently did an upgrade from the deprecated Fedora 23 I had been using to Fedora24. This inc...

estie by Associate II
  • 558 Views
  • 2 replies
  • 0 kudos

USB CRC

Posted on January 04, 2017 at 23:34I'm using stm32f407vgt6 and trying to use USB FS mode with CDC library (version 1.2), what I want to know is does CDC library use CRC by default or not? and if yes, does that mean this connection is error free? Tha...

Resolved! STM32F427ZIT6 stability issue @180MHz

Posted on January 06, 2017 at 11:20Hello,I am trying to find out why STM32F427 is crashing into HardFaultHandler in new batch of PCBs.Please note firmware is proven and is running fine on many boards without any issues, but with new batch of PCBs, m...

Resolved! STM32F107VC LWIP DHCP / TCP / UDP Input Issue

Posted on January 06, 2017 at 12:15Hello,I am using a custom board with a STM32F107VC processor. I am trying to get LWIP working in combination with FREERTOS. I am building using STM32Cube and importing into STM32 System Workbench,I can see DHCP pac...

DMA configuration for USART Reception in STM32L152

Posted on January 04, 2017 at 14:41Hi,I was trying to configure a DMA for receiving data continuously from USART in STM32L152 Discovery board. I am able to configure the USART TX for DMA. But when i am trying to configure the DMA for RX, even interr...