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

Resolved! How To Enable SPI Pulsed mode?

Hi,I am reading a burst of data 3072 half words from slave SPI device.The Slave device requires NSS to be released after each half word transmission.When I loop on HAL_SPI_TransmitReceive() function with size =1 for 3072 times it's OK.but when I try ...

0690X000009XfJLQA0.png 0690X000009XfLHQA0.png
HAlzo by Senior
  • 639 Views
  • 2 replies
  • 0 kudos

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
  • 465 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
  • 417 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
  • 214 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
  • 324 Views
  • 2 replies
  • 0 kudos
Labels