STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Problem with RTC backup registers

Hi,I’m trying to use RTC backup registers in STM32G070KBT6. I wrote this code but I only receive FFFFFFFF at serial output. How Can I fix this problem?Thanks.RTC_HandleTypeDef hrtc;void setup() { HAL_RTC_Init(&hrtc); Serial.begin(9600); Serial.printl...

Mprd.1 by Associate
  • 1419 Views
  • 4 replies
  • 0 kudos

Resolved! Write Double without HAL

Hi! Jest a curiosity topic.​Currently Im writing a double word to flash with HAL_FLASH_Program function.​RM notes that You should write a word32 and than to the same adress another word32.​How can You write a 2x_word_32 or 1x_doubleword_64 without HA...

oeliks by Senior
  • 881 Views
  • 5 replies
  • 0 kudos

STM32F746NGH6 DAC channel 2 configuration

Hi, I am using a DAC example code available in repo of STM32F7 package for STM32F746 discovery board to test on chip DAC. The example code is configured for DAC channel 1. I need to configure for DAC channel 2, how to do it? I tried changing the mai...

PN.2 by Associate
  • 287 Views
  • 0 replies
  • 0 kudos

Resolved! Using SQLite in STM32F407

I'm very new to stm32. I want to port SQLite to my STM32F407. I tried adding the SQLite amalgamation libraries to the code file but the code refuses to build due to several issues. I tried to search for a anything that describe how it's done in the i...

Yamir.1 by Associate II
  • 3701 Views
  • 5 replies
  • 0 kudos

STM32G030F gpio MODER seems readonly.

I'm bringing up my own STM32G030F board. I've gotten the "blinky" program to upload and run, but all attempts to change the moder of the GPIOs fail. At first I was using the proper macros but I've resorted to changing the MODER explicitly in my code,...

STM32G071CB unable to connect via SWD

Hi, I've been working with this device for a while.Today I started to try to write the option bytes in order to turn PF2 into a GPIO, which I did by writing an assembly file, compiling, and flashing via debug in Keil. I use a Segger J-Link as USB SWD...

scaprile by Associate III
  • 659 Views
  • 2 replies
  • 0 kudos

Here we go again with suffixed parts (STM32G474RET6U)

From the 'G4 DISCO UM2577:This board features a specific STM32 device version, which allows the operation of any bundled commercialstack/library available. This STM32 device shows a "U" marking option at the end of the standard part numberand is not ...