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

Tutorial 1 for STM32CUBEF4 did not work

Posted on June 19, 2014 at 23:06Hi,I am following the instruction on UM1718 user manual, the section on Tutorial 1 from pinout to project C code generation using an STM32F4MCU). The following listed the codes generated by the code generator. I have ...

s23 by Associate
  • 565 Views
  • 1 replies
  • 0 kudos

STM32CubeMX 4.3.0 FW1.2 Known Issues

Posted on June 24, 2014 at 00:54With the new version of MX I will try to consolidate all issue here:USB CDC bug in the new STM32Cube FW_F4 V1.2.0 library[DEAD LINK /public/STe2ecommunities/mcu/Lists/STM32Java/Flat.aspx?RootFolder=/public/STe2ecommun...

joe by Associate III
  • 548 Views
  • 2 replies
  • 0 kudos

Adc doesn't work when timers are used

Posted on June 22, 2014 at 13:14 Hi , i am reading a value from an lm35 value with the adc .When it reaches a specified level , i trigger pin 8 on gpio A for a certain delay then shut it down and wait the same delay to restart the process if thi...

d4ng3r09 by Associate II
  • 857 Views
  • 8 replies
  • 0 kudos

OTP Flash using STM32F4CUBE HAL Flash driver and Keil

Posted on June 24, 2014 at 13:50I am not having great success using the HAL Flash driver to flash OTP on the STM32439I-EVAL board. I have used the example FLASH_Erase (under examples). I am using Keil MDK. I have added the line (around line number 1...

kcobler by Associate
  • 573 Views
  • 1 replies
  • 0 kudos

10FPS using the FSMC

Posted on June 18, 2014 at 22:38 I have a C Function which tries to copy a framebuffer to FSMC RAM, which is connected to LCD. The functions eats the frame rate of the game loop to 10FPS. It seems copying from the SDRAM to FSMC is terribly slow, ...

What SRAM memory module is part of STM32F100RBT?

Posted on June 24, 2014 at 10:59Hi,can someone help me identifying the exact model of the SRAM memory module that is part of the STM32-VL-Discovery (STM32F100RBT)? I was browsing the documents but couldn't find any information.Thanks in advance!

an by Associate II
  • 502 Views
  • 2 replies
  • 0 kudos

SD Card Access while in USB MSC mode

Posted on June 18, 2014 at 15:01Dear All, I am implementing a solution where I have to read file when device is in usb mass storage mode and after reading I have to delete the file. I have implemented USB Mass Storage device based on STM32F105 and...