STM32 MCUs products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

New possibilities for the ultra-low power segment!

STM32U0 is the first Cortex-M0+ with a static consumption of only 160 nA in standby mode with RTC (Real-Time Clock) and 16 nA in shutdown. It also achieves 118 points in CoreMark and targets SESIP level 3 and PSA level 1 focusing on firmware code pro...

gif-stm32u0.gif

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
  • 191 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
  • 278 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 ...

MDC Stream options, STM32F745IE ETH IP

Posted on December 14, 2016 at 20:22Referencing P 1484 RM0385, Table 247 (Rev 6 of this RM.)The table shows bits for the operation field to be 10 or 01. I'm wprking with an Ethernet PHY that has extended function registers which are addressed by set...

hbarta2 by Associate III
  • 198 Views
  • 0 replies
  • 0 kudos

C file not recognizing #define

Posted on December 09, 2016 at 13:36My IDE has a feature that uses less contrasting text for code that is 'inactive' (not included) from this I found that some code is not being included that i had expected to be. For instance stm32f0xx_ll_tim.c   &...

Labels