STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

I am planning to use ADC with 16 bits achieved using oversampling in STM32U5. But on Datasheet there is no data wrt to ADC oversampling. Can somebody help me with data regarding ENOB, EL,ED when ADC is oversampled.

Datasheet : DS13737Datasheet - STM32U585xx - Ultra-low-power Arm<Sup>®</Sup> Cortex<Sup>®</Sup>-M33 32-bit MCU+TrustZone<Sup>®</Sup>+FPU, 240 DMIPS, up to 2 MB Flash memory, 786 KB SRAM, cryptoReference Manual : RM0456

Shru2 by Associate II
  • 456 Views
  • 1 replies
  • 1 kudos

Resolved! EXTI interruption flags

Hi.I am having some issues trying to use the EXTI module, to implement interruption routines associated to ports.The problem is related to the behavior of STM32 microcontrollers with ports interruptions. In most microcontrollers (i.e. Texas Instrumen...

JNava.1 by Associate II
  • 3773 Views
  • 13 replies
  • 0 kudos

Resolved! If I want to control a relay via the TX of a UART do I just connect the appropriate STM32 pin to the relay? Or is there anything else I need to do (besides programming)?

I'm looking to use a ITS4200S-ME-P relay to switch a high voltage signal and would like to control that via a UART. Per the datasheet this relay, "can be switched on and off with standard logic ground related logic signal at pin IN."

DMill.16 by Associate II
  • 1394 Views
  • 5 replies
  • 0 kudos

Resolved! STM32G4: ADC sampling and hold capacitor value

SetupSTM32G491KEADC1 Input Channel 3 using Pin PA2Vdd = 3VRC-Filter at the ADC input with R = 33 Ohm, C = 330 pFObservationWhen measuring the voltage at the ADC input with an oscilloscope, we see the voltage drop caused by switching the input signal ...

tssh by Associate
  • 3281 Views
  • 4 replies
  • 3 kudos

Resolved! Executing main() by XIP with W25Q32 QSPI Flash

HiI'm using STM32H750VBT6 with W25Q32 QSPI external flash memory from Winbond and I'm using Keil Microvision IDE with ARM_CC Compiler.I'm trying to execute my whole project from the QSPI flash directly (which is called XIP). I know that I have to con...

Farbod by Associate
  • 973 Views
  • 2 replies
  • 0 kudos

Resolved! STM32 Internal Flash erase but not 0xFF or 0x00

Hello. I am working with internal Flash memory on STM32F407, I have 4 functions as described below:void FLASH_save_CP_serial(uint32_t serial_number) {     taskENTER_CRITICAL();     uint32_t write_test = 12345;     FLASH_EraseInitTypeDef Eras...

LPetr.1 by Senior
  • 1667 Views
  • 2 replies
  • 1 kudos

How get lowest sleep current in STM32F30.

Hi All,I am using STM32F301k8 for my remote project. I am using HSI clock source, I am enable one i/o interrupt and using UART1. for sleep i am using STOP mode by following functions.HAL_UART_DeInit(&huart1);   __HAL_RCC_USART1_CLK_DISABLE();HAL_Susp...

nraj by Associate II
  • 705 Views
  • 4 replies
  • 1 kudos