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

SPI UNDERRUN ERROR ??

Hello, ı m use stm32h750vb, I'm trying to use spi half duplex_tx in slave mode, When I transmit for the first time, it sends data, but then it does not. When I checked the registers, the udr flag seems to be set. Why is the Udr Flag 1?(I'm sending 16...

timer break interrupt

hi im using stm32g474vet6 mcu , in that i am using tim1 for pwm generation , for protection im enabling all the 7 comparators and exrernal break input pin for pwm shutdown. comparator configuration and dac settings are correctly done.i dont know why ...

STM32F4 eMMC support

Posted on May 12, 2018 at 13:47Hello there,I am writing in regard to those 2 topics:https://community.st.com/thread/49792-sm32l4-interface-with-an-emmcI am using an STM32L452 chip and trying to fully utilize the SanDisk 8GB eMMC memory (SDINBDG4-8G)...

Resolved! How to use eMMC in H745i

 Good morning to all,I would like to learn how to use the eMMC that has my STM32H745i-Disk, something simple a simple structure with data to save when the board is turned off and read when it turns on.The data to save is the following structure: type...

Resolved! NETXDUO not working with enabled TrustZone

Hi everyone,i'm currently facing some issues while using NetXDuo (in the NonSecure World) with TrustZone.My current goal: Use Network stuff, i.e. be able to ping the board from my PC with NetXDuo running in the NonSecure World with activated TrustZon...

funkii by Associate III
  • 5634 Views
  • 15 replies
  • 2 kudos

Resolved! choose of a MCU

Good morning.I used the CUBEMX board selector because I wanted an MCU with many ADC. I chose the U family because it was written that it has 25 ADC and one CAN.Unfortunately, I did not find these ADC while using the wizard. I only saw 3. how could i ...

Jad_0-1728653026940.png Capture d’écran 2024-10-11 à 15.26.59.png
Jad by Senior
  • 636 Views
  • 3 replies
  • 2 kudos

external interrupt

 void HAL_GPIO_EXTI_Callback(uint16_t GPIO_Pin) { if (GPIO_Pin == GPIO_PIN_1) { uint32_t current_time = HAL_GetTick(); if ((current_time - last_interrupt_time) > 500) { last_interrupt_time = current_t...

XooM by Senior
  • 2029 Views
  • 14 replies
  • 2 kudos

Resolved! stm32h750 vb adc+dma LLlib issue

Spoiler  HELLO,I have 2 issues1. A bug reportCubeMx generated init code is wrong with LL libthe marco config is not change from HAL to LL2. I cannot enable dual ADC1/ADC2 continous conversion with dma, and at every tranfer finish trigger a intteruptb...

mize_0-1720768050887.png mize_1-1720768115515.png
mize by Associate III
  • 1302 Views
  • 4 replies
  • 0 kudos