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

STM32L - can't change Brownout level

Posted on January 26, 2015 at 11:25 Hey there, today i wanted to change the brownout level from 1 to 4, but i failed. I'm using the STM32L151VDT6 and the following code at startup if ((FLASH_OB_GetBOR() & 0x0F) != OB_BOR_LEVEL...

best way to use SWDIO and SWDCK

Posted on January 02, 2015 at 08:38Hi everybody, i'm working on a custom board and experiencing a strange problem: if the two cables of SWDIO and SWDCK (they go from a stm32f4 discovery board to my board) are close Keil doesn't recognize the cortex ...

nTRST with Debug+ETM connector on ULINK PRO

Posted on February 04, 2015 at 12:58I am using ULINK-PRO to debug a STM32F4.  I have connected the target as per the Cortex Debug+ETM 20 pin.  I have connected TRACE_D1 to nTRST as I believe these pins are multiplexed within the ULINK PRO.  i.e. nTR...

kb by Associate II
  • 408 Views
  • 1 replies
  • 0 kudos

Writing and reading flash

Posted on February 04, 2015 at 14:06 hi i have an stm32f4 and i try to write and read flash value. #include < stm32f4xx_hal.h > #include < stm32f4xx.h > #include < stm32f4-hal /stm32f4xx_hal_flash.h> float dataflash1 = ...

Timer Capture for frequencies < 100Hz

Posted on February 03, 2015 at 02:20Hello, I am endeavoring (as with every hair-pulling experience with the STM32F4) to measure/capture LOW frequency pulses. For this, I'm assuming I need to use a 32 bit timer: TIM2 or TIM5. This is a bit of a dilem...

STM32CubeMX 4.6 - STM32F373 GPIO_EXTI issue?

Posted on January 26, 2015 at 10:56 Hi all, I'm trying to activate GPIO_EXT line with interrupt. But when I set some pins with this configuration by tool, no NVIC Interrupt are ''created'' for this functions. I need add manual code instm32...

enrico2 by Associate
  • 338 Views
  • 1 replies
  • 0 kudos