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

How to read PWM signal amplitude-wise and its timestamp?

Hello, I am trying to compare the PWM-signal with some sensor data, I want to investigate the correlation between these two signal. But I am having problem to read the amplitude of the PWM signal. Most of the example that I found explain how to get t...

NBin .1 by Associate II
  • 2110 Views
  • 9 replies
  • 0 kudos

Resolved! association du temps et date à un log

Bonjour,Je veux réaliser une tache de log dans mon systeme temps reel et aussi associer l'information à une date et heure.Ma question c'est que comment je pourrais inclure le temps et la date .Mercii

chaida13 by Associate II
  • 765 Views
  • 2 replies
  • 0 kudos

PWM not working on TIM2 channel 1 on STM32H753XIH6

We are using PWM here to change the brightness of LCD display, but PWM is not working , as of now I don't have CRO's as I'm working remotely. Is there anything wrong in the below code??#include "stm32h7xx.h"   void PwmGpioInitalize() { /* Timer GP...

Npiet.1 by Associate II
  • 560 Views
  • 0 replies
  • 0 kudos

Resolved! How to detect max value of real time data in an array

I have connected a sine wave of amplitude 3V with 1.5V shifted above the zero to 12-bit ADC channel by using dsPIC33FJ32MC204 controller and stored in an array. I want to detect the max value out of five samples because after the five samples my data...

0693W000003RTlMQAW.png
Mohan1 by Associate III
  • 3076 Views
  • 8 replies
  • 0 kudos

how to make H750 run a code more than 300KByte,at high speed。

i have a project want to use stm32h750。but flash stm32h750 is small,just 128Kbytes,and my code is as much as 300Kbytes。so i think i have two way :​1�?connect a extern flash by Quad-SPI,burn my program in extern flash,and boot from address—0x90000000。...

csinu by Associate II
  • 685 Views
  • 2 replies
  • 0 kudos

Upgrading STM32L1 firmware takes a long time

I have an STM32L152R8T6-A MCU. A new firmware is downloaded over HTTP (as a .bin file) and is stored in an external flash memory. After that a bootloader copies the new firmware into MCU flash (address 0x8000000) and resets the micro.Everything is OK...

Resolved! Can STM32 GPIOx Register parse to each bit?

Hello,I am a new STM32 member. In many previous projects from PIC, we often #define GPIOx as a bit. So we can manipulate some operator directly and easily as example below.Example: #define LED_AL1 LATBbits.LATB6 #define LED_AL2 LA...

QNGUY.1 by Associate II
  • 1283 Views
  • 3 replies
  • 0 kudos