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

freeRTOS CMSIS_OS to WIN32 simulator port

Posted on November 21, 2014 at 06:04Hi AllI am using the freeRTOS WIN32 simulator to code most of my OS-dependent functions, but the target is STM32F4 (it is a lot easier debugging early code using VS)I am using CMSIS for the STM , but I must use th...

Wrong BRR calculated by STM32CubeMx for STM32L053

Posted on October 17, 2014 at 09:36I am using the STM32CubeMx version 4.3.1 and inside the clock configuration page, the PCLK2 is used for USART1CLK. It shows 2.097. However, in HAL_RCC_GetPCLK2Freq function, the return value was 2.000. This caused ...

jephua by Associate II
  • 605 Views
  • 2 replies
  • 0 kudos

FSMC CLK Freq?

Posted on November 23, 2014 at 17:39STM32F407 datasheet says max fsmc clk = 60MhzFSMC_CLKDivision = 2; // 168/2 = 84MhzFSMC_CLKDivision = 3; // 168/3 = 56MhzSo what is CLKDivision for 60MHz? ?? #fsmc-clk

mrjaner by Associate II
  • 497 Views
  • 1 replies
  • 0 kudos

32F429IDISCOVERY interference between LEDs [solved]

Posted on November 24, 2014 at 18:03 Using STM32Cube_FW_F4_V1.3.0 and a GCC 4.7.4 toolchain I built on Mac OS X, the attached demo (based on Projects/STM32F429I-Discovery/Examples/BSP) toggles one of the LEDs every 250 ms and the other every 500...

stm32f4Cube integration with Ride 7?

Posted on June 07, 2014 at 13:18I use the Ride 7 IDE, and have just updated it so I can migrate from STM32f1 to STM32f4 - but cannot find how to integrate Cube into the IDE.  It is supposed to be compatible but I can find no installation instruction...

mike2399 by Associate II
  • 1673 Views
  • 11 replies
  • 0 kudos

Why STM32CUBE!

Posted on November 25, 2014 at 09:01Why doesnt STM32CUBE have any usb sample codes for stm32f4-discovery? Discovery has a usb port on. Everybody know that Virtual Com USB is very slow even 8bit Microchips have Bulk Usb code support about 1024kb/s

mrjaner by Associate II
  • 910 Views
  • 6 replies
  • 0 kudos

Does the STM32F429 work with Discover-MO DM-STF4BB?

Posted on November 24, 2014 at 22:37I'm new around here and still not sure where all of the information I seek can be found. Any help is most appreciated!That would be (AFAIK) MBMB1075 B-01 and DM-STF4BB if those are more meaningful designations.I h...

hbarta2 by Associate III
  • 771 Views
  • 5 replies
  • 0 kudos

USB isr breaks interrupt vector in STM32L1

Posted on November 24, 2014 at 14:45Hi everyone, I'm using the STM32L151C6 I have a program, running well, debugging with the ST-Link on IAR. My problem is that as soon as I branch the USB_LP_IRQHandler IRQ to an existing function ( USB_Istr() ) in ...

Kuikui by Associate III
  • 404 Views
  • 1 replies
  • 0 kudos