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! international oscillator accuracy over temperature range

Microcontroller may be; STM32L0 or L4Required; 5% worst case over -5 to 50'C​The microcontrollers are quoted 1% accurate at 25'C but I can not find how accurate they over the ICs temperature range. I want to avoid trimming or fitting a crystal.​​The ...

STM32F746-Disco - QSPI Failed to initialize external memory inside Cube IDE but all there are no problems using ST-LINK

This is my configuration in the include file (settings2.h) with the data to fix in the QSPI during the program phase#ifndef IMG_NO_DATA #if defined ( __ICCARM__ ) #pragma location = ".textqspi" #else __attribute__((section(".textqspi"))) #endif   con...

0693W000006FZM6QAO.png 0693W000006FYdpQAG.png 0693W000006FYdfQAG.jpg 0693W000006FZZPQA4.png

Resolved! STM32 and HC05 Bluetooth code

Hello guys good day. May I ask for your advise regarding the code to interface a slave bluetooth to STM32F103C8. I bought this HC05 module and connected to the UART lines of the MCU. Baud of communication set to 9600. I am trying to enable an LED con...

RSy.1 by Associate III
  • 3245 Views
  • 2 replies
  • 0 kudos

backup RAM for STM32H743 device

according to the manual it says 4 Kbytes of backup SRAM in D3.D3 start address is 0x38000000in manual address for backup RAM is 0x3880 0000but below is the behavior observed.code example. __HAL_RCC_BKPRAM_CLK_ENABLE(); HAL_PWREx_EnableBkUpReg(); HAL...

Anand Ram by Associate III
  • 1101 Views
  • 2 replies
  • 0 kudos