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

Error When Trying to Flash STM32F405

Posted on June 19, 2015 at 01:12Hello: I have the STM32F405 target connected via ST-Link pod (using IAR EWARM) This is the second of 2 identical boards, the other flashes OK. The ST-Link connects with no problem. When I initially just tried loading ...

stm32f4 adc dma timer

Posted on June 22, 2015 at 16:15The original post was too long to process during our migration. Please click on the attachment to read the original post.

Boot controller from 0x08004000

Posted on June 22, 2015 at 07:19HiWe are using STM32F205RCTbIs it possible to boot the controller from 0x08004000 location? if possible what are the places we need to modify the code. (Boot 0 and Boot 1 pins are already assigned to boot from Main fl...

Bug Report stm32l0xx_hal_gpio.c

Posted on June 18, 2015 at 14:06Please fix the following bug, stm32l0xx_hal_gpio.c:259 V1.1.2--- temp &= ~((uint32_t)0x0F) << (4 * (position & 0x03));+++ temp &= ~( ((uint32_t)0x0F) << (4 * (position & 0x03)) );Thanks

sukoy27k by Associate II
  • 276 Views
  • 2 replies
  • 0 kudos

STM32F4 custom board bring-up

Posted on June 22, 2015 at 10:14I have a custom STM32F411-based board that I am trying to bring-up. But when I plug this into the USB port, I do not see the device listed.Is there any documentation/guide that can help with initial board bring-up?I a...

HAL_RTC_SetTime Timeout

Posted on June 22, 2015 at 11:33Hello,HAL_RTC_SetTime fails when trying to set new values on the RTC due to RTC_EnterInitMode timeout.while((hrtc->Instance->ISR & RTC_ISR_INITF) == (uint32_t)RESET){ if((HAL_GetTick() - tickstart) >  RTC_TIMEOUT_VALU...

George.P by Associate III
  • 475 Views
  • 1 replies
  • 1 kudos