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

STM32CubeMX V4.13.0 problems

Posted on February 07, 2016 at 04:30Yesterday I upgraded to V4.13.0 which required that I also upgrade to STM32CubeL4 V1.3.0.Since then, every project that I generate exhibits a couple of problems:1) every reference to RCC_xxx #defines shows up in t...

STM32CubeMX for Nucleo-L476-RG base project

Posted on March 15, 2016 at 14:58Dear All.I�ve recently installed STM32Cube MX 4.13.0 on both Ubuntu 14 and Windows 10, with the purpose of generating base code for my Nucleo-L476-RG equipped with MEMS sensors daughterboards.I use SW4STM32 fully upd...

Debugger starts up at wrong address.. sometimes..

Posted on March 22, 2016 at 17:39Hi All, I just started working on a STM32L151. I've setup the debugger to break at first instruction (not main), but when I start debugging the program counter stops at 0x1ff00b84 which isn't even a part of the flash...

texton1 by Associate II
  • 433 Views
  • 2 replies
  • 0 kudos

STM32CubeMX projects are not work in TrueStudio

Posted on January 19, 2016 at 13:12HiI just made a STM32FCubeMX projects for TrueStudio.But, always compile error.The error message is C:\Users\sohae\Desktop\save\STM32F411BASE\TrueSTUDIO\STM32F411BASE Configuration\Debug/..\..\..\Drivers\CMSIS\Devi...

Auto baud rate detection for UART

Posted on March 16, 2016 at 23:40Hi.I would like to implement auto baud rate detection for UART in STM32F303 uC. There are 4 different detection modes. I understand how each of them works (what is being measured), but don't know, if any of that mode...

matic by Associate III
  • 231 Views
  • 1 replies
  • 0 kudos

CDC_Transmit_FS () with you stm32cube (LAST VERSION)

Posted on March 22, 2016 at 16:48Are you kidding? What sense has this function made in this way ?uint8_t CDC_Transmit_FS(uint8_t* Buf, uint16_t Len){  uint8_t result = USBD_OK;  /* USER CODE BEGIN 7 */   USBD_CDC_SetTxBuffer(hUsbDevice_0, Buf, Len);...

Marco1 by Associate II
  • 166 Views
  • 0 replies
  • 0 kudos

STM32L15xyE marking layout

Posted on March 22, 2016 at 09:55In STM32L151xE/STM32L152xE datasheet  DocID025433 Rev 8 February 2016, the description of marking of packages (all 5 of them) is titled ''Marking of engineering samples''. This appears to imply that this marking desc...

Interrupt Handler

Posted on March 22, 2016 at 12:46Hi, I have two interrupt with different pre-emption priority.When the higher priority interrupt handler is executed, I would like to ''kill'' the lower priority interrupt handler, if it was running.is it possible?Tha...

sirpak by Associate II
  • 255 Views
  • 3 replies
  • 0 kudos
Labels