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

MPU region size [HAL] [L0]

In the firmware package L0 v1.12.0In the file "Drivers/STM32L0xx_HAL_Driver/Inc/stm32l0xx_hal_cortex.h"These are the region sizes defined:#define MPU_REGION_SIZE_32B ((uint8_t)0x04) #define MPU_REGION_SIZE_64B ((uint8_t)0x05) #defin...

SZano by Associate III
  • 686 Views
  • 2 replies
  • 0 kudos

Is there documentation on best practices for changing system clock configurations and voltage scaling when an STM32 MCU device is already running?

I am updating legacy firmware running on an STM32L151QEhx to the HAL libraries. Our current firmware changes the PLL (which supplies sysclk) configuration's multiplier and divider and the voltage scaling whenever a USB is connection is detected or te...

BCogh.2 by Associate II
  • 548 Views
  • 1 replies
  • 0 kudos

STWINK1B connection to a different cloud-based MQTT broker

Is it possible to connect the STWINK1B to a different cloud-based MQTT broker (personal AWS account for example)? If so, can you advise on how this can be done?Is it possible to attach the STWINK1B on the nRF Cloud which is also on AWS?Finally, is it...

Daz by Associate
  • 537 Views
  • 1 replies
  • 0 kudos

How ADC Works Without GPIO Pins ?

Hi All,I am working on ADC with multiple channels Interrupt method using NUCLEO -L4R5ZI- P(STM32L4R5ZITxP). ADC working for all channels irrespective of GPIO Pins.for example, I Commented GPIOA( Port A and its clock) highlighted in bold color even th...

Resolved! Why cant i write into mem 0x40026410?

stm32f207zg (nucleo-f207zg)Hi, im trying to write into my DMA2 Stream0 CR register (mapped as 0x40026410).But that memory addr cannot be written not with my init code nor manually trough the STM32IDE debugging tools .Is there any memory protection or...

0693W00000GWRvlQAH.gif 0693W00000GWRvWQAX.gif
Javier1 by Principal
  • 938 Views
  • 2 replies
  • 1 kudos

Resolved! When a new value is transmitted in SPI Write mode, the value that was transmitted immediately before is transmitted again.

<configuration​>FreeRTOS, STM32F767, flash memory(W25Q128)using SPI5_Tx/Rx with DMAFull duplex, 4 line, 8 bits, Prescaler = 2, CPOL=Low, CPHA=1 Edge (Mode 0)DMA2_Stream3 for Tx (Very High Priority), DMA2_Stream4 for Rx (Very High Priority) Normal Mod...

pabian by Associate III
  • 636 Views
  • 1 replies
  • 0 kudos