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

problem jump application after reset

Posted on December 06, 2016 at 11:31I have problem with jump to application by bootloader  after reset. The device used is the STM32F098.The code of the bootloader making the jump is:&sharpdefine APPLICATIONADDRESS    (uint32_t)0x08008000/* Test if ...

samir2 by Associate II
  • 573 Views
  • 7 replies
  • 0 kudos

STM32L0 LPTIM in Stop Mode

Posted on December 01, 2016 at 23:27Hello everyone. I am a new member to this forum and this is my first use of STM32 products. I'm developing on the STM32L0 Discovery board and building off the LPTIM Timeout Example. Is it possible to start the LPT...

mitch2 by Associate
  • 466 Views
  • 1 replies
  • 0 kudos

Manuals - Numbers.

Posted on December 05, 2016 at 18:13ST document numbers/Titles?UM1734: I have this. I want to see if I have the latest revision so ----All along the bottom of each page is 'DocID025934 Rev 3'1. Doing a SITE SEARCH for 'DocID025934' or parts of it tu...

Stm32f4 fatfs sdio problem

Posted on November 30, 2016 at 18:41Hi,I am using fatfs sdio with my stm32f429 mcu. When i use f_open function in main loop it works well, but when i use it in timer interrupt callback function it fails, it does not return from fatfs. what can the r...

er3481 by Senior
  • 360 Views
  • 5 replies
  • 0 kudos

Hardware Error in M3 and M4?

Posted on November 29, 2016 at 13:23if i call the assembly instruction ''sub sp, sp, 0xF8'' alias ''BE B0'' (instruction code), the code is executed as a ''nop''. Checked with F103 and L471. Does anyone know about that or can confirm this? Is the as...

damh by Associate II
  • 271 Views
  • 3 replies
  • 0 kudos

STM32 embedded flash as micro file system

Posted on November 29, 2016 at 12:43Hi All, I need to use an stm2f411 embedded flash as little file system. There will be about 20 small files on it. I found the uffs file system which is seems to be good for this. I found some information in stm32...

zamek42 by Associate II
  • 459 Views
  • 3 replies
  • 0 kudos

PLL_Q for USB

Posted on November 18, 2016 at 04:52STM32L476RG on Nucleo - Porting over the example from EVAL board with 8Mhz Crystal STM32CubeL4 - HAL demo. If using the HSE with an input source of 8Mhz supplied by STlink, 1. I believe I need to set HSEBYP = 1 f...

Labels