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

Copy RAM to FLASH

Hello everyone!I am trying to copy RAM data to FLASH. I am using STM32L412KB evaluation module. I have made a USB of my own. I am able to talk over the USB. It's a 34Kb mass storage device. I can make a .txt file and store it but, every time I connec...

Anonymous by Associate II
  • 1749 Views
  • 2 replies
  • 0 kudos

Resolved! A 16bit unique ID of MCU

I need a unique 16bit ID for each device. I know the device ID is unique but it is 96bits. I'm not sure if different parts of the 96bit point to specific characteristics or the whole 96bits are made random? To be more specific, I want to know what 16...

MHoss.1 by Associate III
  • 2454 Views
  • 8 replies
  • 0 kudos

How to setup USART to read unknown string lengths.

I'm using a NUCLEO-L053R8 board. I have tried a variety of USART settings including interrupt and DMA, but cannot reliably read unknown string lengths (at 115200 baud).I want to read either until a certain character is seen, or for a specific period ...

Switching MSI to HSI on STM32L1

Hi,I have a problem: in my soft, initial setup is for MSI mode (this because, in "stop mode" it will return in this mode) but I want to choose STM32L1 mode, in MSI mode (2.097Mhz) or in HSI (16Mhz) mode When I select HSI mode (after initial MSI setup...

JFELI.13 by Associate III
  • 1772 Views
  • 13 replies
  • 0 kudos

Errors in HAL SMBus driver for STM32F4 ?

HelloII've been working on Host SMBus mode using STM32F417 and HAL F4 version 1.25. When debugging errors on bus I found next code in function SMBUS_MasterTransmit_BTF (file stm32f4xx_hal_smbus.c line 2020)./* Call TxCpltCallback() directly if no...

IMedv by Associate
  • 443 Views
  • 0 replies
  • 0 kudos