STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! UART communication over pogopins

I am asking a question of application rather than capabilities of MCU itself.I hope to build an handheld board that is powered by batteries and using this board update other board's settings, especially date/time configurations.This requires a parser...

MKanc.1 by Associate III
  • 1218 Views
  • 3 replies
  • 5 kudos

Resolved! STM32F303xC BOOT1 bit and voltage difference

Hi all,I am currently designing a board based around the STM32F303xC MCU, and had a few questions regarding information on the datasheet.- For boot modes, the data sheet states the following:"At startup, Boot0 pin and Boot1 option bit are used to sel...

charlesa by Associate
  • 599 Views
  • 1 replies
  • 1 kudos

STM32H747(XI) JTAG Sensing

We have a new board that uses the STM32H747 MCU and is based on an existing, proven design.Despite being schematically identical, the MCU on the new board cannot be detected by the STLINK-V3SET programmer and STM32Cube software. For whatever reason, ...

Problem with the UpdateEvent

Hi everyone, I'm new to STM32. I'm trying to use the STM32C011x4's internal temperature sensor.I'm doing the same as the website below:https://deepbluembedded.com/stm32-internal-temperature-sensor-reading-example/#:~:text=The%20STM32%20microcontrolle...

STM32F4x TIMER ETR

Hello, I am configuring a PWM Timer and I would like it to by triggered by ETR, the PWM is a 99 period, 50 duty cycles, with auto reload enable. I would like to have the PWM to be restarted (resync in a sort) at each etr rising pulse. ETR Pulse does ...

vbesson by Senior
  • 552 Views
  • 2 replies
  • 1 kudos

Resolved! How to know the when the DMA transfer done?

Hi.I use a trigger source to trigger  SPI tx/rx linked-list DMA (not circular). But have no clues how to jude if the tx/rx DMA is done. I traced the IRQ handler, it calls, the code below:    /** * @brief DMA SPI transmit receive process complete c...

L4 TAMP registers resetting

   Any suggestions as to why power down, then reconnect debugger (JLINK pro) is clearing the TAMP registers to 0?Device is STM32L4P5The clock source seems to be present, it doesn't enter the if statement   if (LL_RCC_GetRTCClockSource() != LL_RCC_RTC...

_EFrie by Senior
  • 352 Views
  • 0 replies
  • 0 kudos

Filtering i2c interrupts by i2c module

I'm working with the STM32U575 and using all four i2c blocks. My i2c code is interrupt driven.I can't find the right way to check which i2c block trigered the interrupt, suggestions please? void HAL_I2C_AddrCallback(I2C_HandleTypeDef *hi2c, uint8_t d...