STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

SP1ML868 USB dongle, connection issue

Posted on December 15, 2016 at 10:33Hey, I have just bought SP1ML868 USB dongle device and I can not connect it to SPIRIT1 DK application. I know that it's a silly problem but I have already installed required drivers, checked for FW updates, I can ...

Trying to set BOR threshold without success

Posted on December 14, 2016 at 23:55I am trying to write code to set the BOR Level under program control for the STM32L151 but cannot get the result I need. I have the following:if ((FLASH_GetUserOptionByte() & 0x0F) != OB_BOR_LEVEL4){      FLASH_Un...

arthurg by Associate II
  • 319 Views
  • 1 replies
  • 0 kudos

STM32VLDISCOVERY board

Posted on December 14, 2016 at 08:44Hello Team,We are working on one project, and we are planning to use STM32F103RGT6 and STM32F205RGT6 MCU.but before that we are testing our application using STM32VLDISCOVERY board and this board is working good.N...

STMFlash Loader command line

Posted on December 15, 2016 at 03:39Hi, we use STM32F407. STMFlashLoader is V2.8.0. I use STMFlashLoader Demo.exe successfully if I set Boot0 to 1.For some reasons, I need to test the STMFlashLoader.exe using the command line to download the firmwar...

xin gao by Associate
  • 413 Views
  • 0 replies
  • 0 kudos

SysTick ISR not called under debugger

Posted on December 14, 2016 at 13:39 Hi all. I noticed that when debugging a STM32F091 MCU my systick ISR never gets called. I Use STMCube library, so HAL_GetTick and HAL_Delay ceases to work as well (because uwTick is not increased). But onl...

Problems with STMFlashLoader Demo

Posted on December 13, 2016 at 19:43I am using STMFlashLoader Demo v2.8.0I recently upgraded as I am bringing up a new board design that uses STM32F427. I am unsure if these issues exist in previous versions, but the first issue probably does.Issue ...