STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

USB HS HOST Error

Posted on November 21, 2015 at 18:40The original post was too long to process during our migration. Please click on the attachment to read the original post.

geladari by Associate
  • 348 Views
  • 2 replies
  • 0 kudos

stm32f407 + expansion board ethernet

Posted on November 22, 2015 at 14:49Hi all, I am trying to create stm32CubeMX project to use with stm32f407 with expansion board ethernet but except lights going on ethernet port nothing happens when trying to use socket API with FreeRTOS. Also trie...

using HAL SPI drivers to read and write to SPI

Posted on November 22, 2015 at 17:33hi there!writing fine to SPI slave, however, when trying to read, writing stops working: for(;;){ for (i=0; i<=128; i++){ Pot0Write(i); Pot1Write(i); //  res0=Pot0Read(); //  res1=Pot1Read();  printf(''%5d:  POT0...

barry2 by Associate
  • 326 Views
  • 0 replies
  • 0 kudos

Crazy UART

Posted on November 21, 2015 at 23:23Dear All, I use STM32F415VGTx to establish connection with another node using UART4 (PA0 and PA1 pins) (8bit, 1 stop bit, no parity) using baudrate 10400 (also tried 9600). I have configured USARTs of the same MCU...

davhak by Associate II
  • 429 Views
  • 2 replies
  • 0 kudos

Handling UART errors with HAL

Posted on November 16, 2015 at 02:29 Looking for guidance on how to robustly handle UART errors using HAL. Got a two-board app communicating based on the UART_TwoBoards_ComIT example and various forum messages, but any sort of error throws it in...

STM32F4 composite USB device

Posted on November 22, 2015 at 03:49I need to create UAC+CDC USB device. I have now two different projects with UAC and CDC implemented. How to organize them into composite device?My solution now is to describe device as  0x12,                      ...

Nucleo STM32F4012RE with StdPeriph USART Issue

Posted on November 21, 2015 at 13:26Hi,I've been trying to get USART working on my Nucleo board with the StdPeriph Libraries. (I haven't moved to HAL yet). Anyway, I have followed clive'1 post from [DEAD LINK /public/STe2ecommunities/mcu/Lists/STM32...

dman by Associate II
  • 390 Views
  • 3 replies
  • 0 kudos

STM32Cube 1.5.0 compilation

Posted on March 30, 2015 at 15:08 Hi, I am trying to step up from STM32Cube 1.1.0 to 1.5.0, but get some compilation errors that I just fail to understand. I am using a 32F429I-Discovery board and ''arm-none-eabi-gcc 4.9.2-5'' as compiler...

mats23 by Associate II
  • 424 Views
  • 1 replies
  • 0 kudos

Vref - ADC accuracy

Posted on November 20, 2015 at 09:33Hi, Are there any software examples available about improving the ADC accuracy by using Vref? I’m trying to eliminate conversion errors due to Vref fluctuations. Thanks  

paul2 by Senior
  • 281 Views
  • 2 replies
  • 0 kudos