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! I2C - Send "Measurement Request" to HIH6130 IC

Hi, I seem to be having difficulty with what should be a simple I2C task. I want to send the Measurement Request to the Honeywell sensor so it will take a temperature and humidity reading, which requires the following format from their datasheet:I ha...

0693W00000D1XzfQAF.png 0693W00000D1XzuQAF.png 0693W00000D1Y2jQAF.jpg 0693W00000D1Y2yQAF.jpg

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
  • 1583 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
  • 968 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
  • 330 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
  • 4003 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
  • 707 Views
  • 2 replies
  • 0 kudos