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! STM32H745 FLASH does not store the data?

Hi,I write some data to the 0x080A0000 (sector 5 )address which is not protected. I write the data and ı can read that data too. There is no problem with that. But if I comment out the line which writes to data to the flash and run the program. That ...

EOzde.1 by Associate III
  • 1270 Views
  • 6 replies
  • 1 kudos

When PWM output through TIM2 channel 1 on STM32G061G6U6 is enabled, the data register of ADC1 sometimes stores high values (~4095) even if there is no signal being fed to it.

Here is the configuration I use:int main(void) { HAL_Init(); SystemClock_Config(); MX_GPIO_Init(); MX_ADC1_Init(); MX_TIM2_Init(); // configure PWM __HAL_TIM_SET_AUTORELOAD(&htim2, 1000); __HAL_TIM_SET_COMPARE(&htim2, TIM_CHANNEL_1...

PIvan.9 by Associate II
  • 2915 Views
  • 13 replies
  • 0 kudos

SNMP Agent implemention

Hello,I want to implement the SNMP agent based on standalone, not based on os.I could have got a example code for snmp agent?Thank.

Kim.Andy by Associate III
  • 2728 Views
  • 1 replies
  • 0 kudos

Resolved! Which manual/reference contains detailed register/function specification for (USART) peripherals found in STM32F0 series?

I need to configure one of the USART peripherals in STM32F0 series MCU without using HAL or Low-layer drivers. I plan to fully initialize and drive the USART peripheral registers directly from the application, including assigning the USART to the req...

0693W00000JN8usQAD.png
wb0gaz by Senior
  • 756 Views
  • 2 replies
  • 0 kudos

Resolved! Character match on STM32F303K8

Hello,I'm trying to set up the character match interrupt to detect the character '\n' (which indicates the end of a packet) and I don't manage to get the interruption.The procedure I'm using is:initialize the uart, its gpios, and the dma.enable the u...

Synchronized PWM outputs with offset?

Is it possible in the STM32 world to have two synchronized PWM - but with an offset separating the outputs?Here's the problem in picture form:Both the blue and red traces are the same frequency and duty cycle, but in this case trace red is offset 50 ...

0693W00000JMwz7QAD.png
DPaul.2 by Associate II
  • 2650 Views
  • 4 replies
  • 0 kudos