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

FPU types

Posted on April 24, 2015 at 03:58Hello: I am using Eclipse and gcc/g++ with a couple of ST cortex m4 models (F334, F303,  F401, F411, etc).  I am trying to set the FPU type right for the compiler and having trouble finding the right type. Everywhere...

STM32F2, 5V open drain pin

Posted on April 23, 2015 at 14:561. I am using stm32f205.2. MCU is powered by 3.3V.3. Another ic pin is driven by 5V logic or (Vih = 0.7*VDD = 3.5V)4. Can I set pin of STM32F2 as open drain & connect 5V by pull up to it.5. Datasheet of MCU says that...

What are the modfication need to do USB work in 180 MHZ?

Posted on April 23, 2015 at 14:45Hi,      I am using STM32f429 USBH sample codes for one of my project. I have configured USB in FS mode.I have connected a USB keyboard and it works fine in systemcore clock 168 MHZ. When i switched to 180MHZ it stop...

STM32f0 As a slave device with transmit and receive

Posted on April 23, 2015 at 15:01I am attempting to implement slave device on an STM32f0 that has both transmission and receive.  I have looked at the two board solution.  I am able to write to the transmission buffer.  However, I can not get the ST...

mjohnson by Associate II
  • 405 Views
  • 0 replies
  • 0 kudos

FreeRTOS + LwIP on STM32F407VG Discovery

Posted on March 11, 2015 at 20:34Hi,I'm new to LwIP and I'm trying to run it on STM32F4 Discovery with FreeRTOS. I'm using STM32CubeMX for generating default code and System Workbench (AC6) as IDE. I use DP83848 PHY in RMII mode. All the software wo...

HardFault when using IAR 6.50

Posted on April 13, 2015 at 19:57Noticed an ''interesting'' issue that I was unable to trackdown.If I compile the example LwIP_UDPTCP_Echo_Server_Netconn_RTOS using IAR 7.40 everything works fine YET when I compile the same code using IAR 6.50 I get...

ariel2 by Associate II
  • 1326 Views
  • 6 replies
  • 0 kudos

STM32Cube_FW_F4_V1.5.0 Bug on FreeRTOS+USB HID Mouse

Posted on April 23, 2015 at 07:01fix: USB HID Mouse fifo contain corrupted data when fifo is full. fix: same buffer mouse_report_data is used in receiving usb data before writing to fifo, and decoding after read from fifo. fix: should return 0 when ...