STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Which CubeMX packages should be installed?

Posted on January 26, 2015 at 23:25Are the cube firmware packages cumulative? Version STMCubeF4 1.4.0 came out recently, but I noticed that version 1.2.0 is significantly smaller than 1.1.0 or 1.3.0. This hints that all of the packages should be ins...

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...

juergen23 by Associate II
  • 1164 Views
  • 3 replies
  • 0 kudos

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
  • 525 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...