STM32 MCUs Products

Ask questions, find answers, and share insights on STM32 products and their technical features.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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
  • 1530 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
  • 1165 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
  • 1058 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...

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
  • 899 Views
  • 2 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
  • 435 Views
  • 0 replies
  • 0 kudos