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

STM32F0 UART interrupt problem

Hi,I am using STM32F051 controller. I have done UART initialization coding but I am not getting interrupt for it. Is there any problem with alternate function register configuration. I am using Pin PB6 and PB7 for Uart. Also I tried finding example c...

SShar.7 by Associate
  • 819 Views
  • 3 replies
  • 0 kudos

Run application other than 0x08000000 in STM32L4

I want to run the application code other than the default location of flash 0x08000000 in STM32 MCU.For doing this I have modified the VECT_TAB_OFFSET = 0x200 in system_stm32l4xx.cSCB->VTOR = FLASH_BASE | VECT_TAB_OFFSET; Also, FLASH (rx)   : ORIGIN ...

AP_040 by Senior
  • 701 Views
  • 6 replies
  • 0 kudos

Shutdown mode problem with STM32L4

Posted on April 10, 2017 at 09:56Hello,I have a board with the STM32L476RET6, the shutdown mode worked a time and now it resets just after the STM32 enters in shutdown mode. I tried the same program with another same board and the problem does not a...

STM32F4 Discovery Board Control Register Problem

I open an empty project without any settings.#include "stm32f4xx.h" #include "stm32f4_discovery.h"   int main(void) { while (1) {   } }   void EVAL_AUDIO_TransferComplete_CallBack(uint32_t pBuffer, uint32_t Size){ /* TODO, implement your code...

0690X000009Xg3JQAS.png
vortex by Associate
  • 292 Views
  • 0 replies
  • 0 kudos

Resolved! HardFault on STM32F746G-DISCO

I have a problem with a hardfault in my system that I cannot resolve. The problem occurred while operating the display. When I change the transparency value, hardfaults suddenly occur (BSP_LCD_SetTransparency). But elsewhere in the program.Now I have...

MMett by Associate III
  • 539 Views
  • 2 replies
  • 0 kudos

Timer interrupts not firing

I wrote a timer that uses interrupts to count us on stm32f103c8. It compiles and fun’s fine in uvision. However. The exact same code will not trigger interrupts in truestudio. I did the same thing on an F407 and both run flawlessly. An...

WRutk by Associate
  • 375 Views
  • 1 replies
  • 0 kudos

STM32L01KZ as an I2C slave mode

Hello All,I want to make STM32L071 work in I2C slave mode, is there any reference manual or sample code available to understand to program STM as in slave mode.Found some documents but not much details available.

Vijay1 by Associate II
  • 289 Views
  • 0 replies
  • 0 kudos

Resolved! SDRAM Extended Mode Register Write

I am using an STM32F769NI with a MT48H16M32LFB5-6 SDRAM chip, everything works fine. we are looking to set the drive strength to 1/4, 1/2 and full to evaluate the effect on EMC testing. From what I read in the programming manual, it states to perform...

0690X000008id91QAA.png 0690X000008id96QAA.png
gvigelet by Associate II
  • 965 Views
  • 3 replies
  • 0 kudos