STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

PVD (Programmable Voltage Detector) interrupt not working

Hello,I am using NUCLEO-STM32G071RB hardware. I configure to detect PVD (falling edge) but it looks like it doesn't detect any interrupt./** * @brief Configures the PVD resources. * @param None * @retval None */ void PVD_Config(void) { /*...

HBavi.1 by Associate III
  • 1185 Views
  • 3 replies
  • 0 kudos

Getting Started with the STM32L562E-DK Development Kit (2)

Hi,I'm trying to get familiar with the STM32L5 series of MCU's by loading and executing one of the example projects on the STM32L562E-DK Development Kit. The user manual for getting started with STM32L5, UM2656, says that there is an example project...

BMcMi.1 by Associate II
  • 662 Views
  • 1 replies
  • 0 kudos

FDCAN on STM32H743ZI2 Protocol Arbitration Error

Hi Everybody,I have an STM32H743ZI2 communicating with an STM32F429ZI through CAN bus (SN65HVD230 used as transceivers). I set up both boards to use same clock for CAN peripheral and same time segments and prescalers, peripherals are operating in nor...

FTaga.1 by Associate
  • 1281 Views
  • 0 replies
  • 0 kudos

How to print characters in cp866 encoding?

Hi.I need to print characters in cp866 format. For printing, I use the printf function with an override of the write function. How can I make character printing using printf in cp866 encoding?Thank you.

Performances reduced when migrating from L476 to L562 ?

Hello, I have a small application running on a nucleo-L476RG board. This application is testing a G729 codec (to encode audio samples). It allows me to measure the time required to encode and to decode a 10ms audio record. For testing purpose, the "a...

advFR by Associate
  • 544 Views
  • 2 replies
  • 0 kudos