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

Writing to a USB stick from STM32G474Cx MCU

I would like to preface with the fact that I am fairly new to hardware programming and electronics hardware design so bear with me if I am making some beginner mistakes.I am trying to write data to a USB stick using the PA11(33) pin and the PA12(34) ...

Resolved! HAL_I2C_Mem_Read returns error if used inside ISR

 Hi,Currently I am implementing the smbalert functionality for ltc4015 based battery charger.But when I am using the below mentioned code(commented section) inside isr it is returning communication error.  //SMBALERT interrupt from ltc4015 to stm32l0...

Lora network

Hey everyone what is the effect on the speed of  data transmission from gateway to nodes in Lora-wan network using stm32 if one  increases the number of nodes.

ARQAM by Associate
  • 685 Views
  • 1 replies
  • 0 kudos

Resolved! Generating Timer Interrupt between 1BPM to 999BPM

Is there a way to use timers to trigger an interrupt at between 1.00BPM and 999.00BPM, with a 2 decimal resolution?   I'm currently using an STM32F373 with 8Mhz clock for my timers, and set the Timer Prescaller to 8000-1, and set the ARR register to ...

LMorr.3 by Senior II
  • 1342 Views
  • 4 replies
  • 2 kudos

Resolved! STM32u599NIH doesn't exist in the board selector tab

Hi guys , I'm currently engaged in a project that utilizes the STM32U599NIH microcontroller. Typically, I would initiate my work by searching for the project under the board selector tab, but in this case, the board is conspicuously absent. While I w...

Anassoumi by Associate III
  • 951 Views
  • 2 replies
  • 0 kudos

stm32f4 hardfault

hiI use stm32f4 micro but an external interrupt pinwhen i increase frequency of the external signal connected to interrupt pin, the micro jump to hardfaultwhy? how I can detect the solution? 

jhasa2_0-1697953350580.png jhasa2_1-1697953356273.png jhasa2_2-1697953358673.png
jhasa.2 by Associate III
  • 9885 Views
  • 35 replies
  • 3 kudos

Stuck while reading/wirting from/to SD card

Hi, I have STM32F407 and trying to read/wirte from/to SD card and often the code get stuck in the this loop: static uint32_t SD_FindSCR(SD_HandleTypeDef *hsd, uint32_t *pSCR) { //... while(!__HAL_SD_GET_FLAG(hsd, SDIO_FLAG_RXOVERR | SDIO_FLAG_DC...

JBond.1 by Senior
  • 856 Views
  • 1 replies
  • 0 kudos

STM32L412 UART Interrupt not working

Hi, I am new to STM32. I am facing problem with UART interfacing. I have connected UART to GSM modem and I am using AT Commands to interface with modem. To test the commands and its response, I have connected the serial sniffer (UART to USB converter...

STM32H745 - How to stop or reset CM4 from CM7 core

I have built a bootloader at the begin of CM7 flash memory. I want to update both CM7 and CM4 flash memory. How is it possible to stop CM4 execution before updating the flash memory and reset the CM4 core after update? All must be controlled only fr...

Resolved! STM32f103 Eprom emulation

Hi amazing community.I am working with the following mcu STm32F103Since in the design of our board we didn't insert any real eeprom for saving some data we decided to use a emulation tecnique   provided from ST Here below it is reported the header fi...

SGasp.1 by Senior
  • 3511 Views
  • 9 replies
  • 4 kudos