STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Regression in X-CUBE-SBSFU v2 (YModem)

Posted on May 20, 2018 at 18:52Hi.Y-modem serial transmission in X-CUBE-SBSFU 2.0.0 is not working with CP2102 and FTDI232R Virtual COM chips.It worked with version 1.0.0 of X-CUBE-SBSFUWith default ST-Link Virtual COM port device it is working fine...

How to use the tamper level detection in STM2L0?

Posted on June 24, 2018 at 15:09 Today i want to implement the  tamper level detection ,but it doesn't works. Is there someone has this using experience? Please help me .Below is my code.void init_BspTamper(){RTC_TamperTypeDef  stamperstructure;  Rt...

0690X0000060LQgQAM.png

Combining an IAP with an application?

Posted on June 22, 2018 at 12:02Hello,I have developpe a product with an STM32. I have a project for my main application and a different project for IAP. Both are working well.I go to production and I would like to merge these 2 .hex (or .out) files...

Fabien B by Associate III
  • 707 Views
  • 5 replies
  • 0 kudos

What happened to Arduino Star Otto?

Posted on December 22, 2016 at 21:00 http://www.st.com/en/evaluation-tools/ard-otto-stmhtml http://www.st.com/content/st_com/en/about/media-center/press-item.html/t38html #arduino Note: this post was migrated and contained many threaded c...

0690X00000603XWQAY.jpg

Problem in MSC_Standalone

Posted on June 27, 2018 at 07:05I use mass storage sample from STM32Cube_FW_F4_V1.21.0\Projects\STM324xG_EVAL\Applications\USB_Device\MSC_Standalone on STM32F40G-EVAL When I format a partition with a NTFS and exFAT system file and copy a large file(...

Problem in MSC_Standalone example

Posted on May 17, 2018 at 12:13HiI use mass storage sample from STM32Cube_FW_F4_V1.21.0\Projects\STM324xG_EVAL\Applications\USB_Device\MSC_StandaloneWhat kind of file systems does this example work?Does it work with the NTFS file system?

Using USB-OTG in MSC_HOST mode

Posted on June 28, 2018 at 09:47Hello! I started working withhttp://mikrocontroller.bplaced.net/wordpress/?page_id=383. Apparently there are errors in it, since I can not connect to USB-Flash yet. I adapted this project STM32F105RCT6 microcontroller...

Failsafe upgrades with STM32L476 Dfu

Posted on June 27, 2018 at 15:24On the STM32L476, we have been using the Dfu program that comes loaded in system memory.We've been using this ROM code succesfully as a way to load firmware on to the MCU flash over USB, with the documented Dfu file f...

Why does STM32Cube recommend to not use SysTick

Posted on June 27, 2018 at 22:08as TimeBase Source?Today, I've been trying to activate FreeRTOS' USE_TICKLESS_IDLE feature.It turns out that the tickless idle --in fact it is a unnecessary tick suppression-- works only when Timebase Source is SysTic...