STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Unable to sink 5V over USB PD

I am using an STM32G4 microcontroller with UCPD and the USBPD middleware. I was following this tutorial (same as AN5418 https://www.st.com/resource/en/application_note/dm00663511-how-to-build-a-simple-usbpd-sink-application-with-stm32cubemx-stmicroel...

Nv7_0-1742192885965.png
Nv7 by Associate III
  • 149 Views
  • 3 replies
  • 0 kudos

Resolved! FDCAN1 not working on PA11 and PA12

Hello everyone, I tried to put Canopen node for stm32 into operation. I used the standard pinning from STMCubeIde, i.e. pa 11 and 12. But this does not seem to work. void FDCAN1_IT1_IRQHandler(void) { /* USER CODE BEGIN FDCAN1_IT1_IRQn 0 */ /* USER ...

Meiko_Ju by Associate II
  • 770 Views
  • 14 replies
  • 1 kudos

Resolved! QuadSPI and BOOT1 with STM32F446RET6

I'm trying to interface the STM32F446RET6 with M95P32-IXCST/EF, a QuadSPI EEPROM. For the 64 pin STM32F446RET6 pin PB2 (pin 28) is used both as BOOT1 and QUADSPI_CLKI don't see any other pins that can be used as QUADSPI_CLK for the 64 pin package. Is...

SBat_0-1742973353678.png
S-Bat by Associate
  • 118 Views
  • 3 replies
  • 1 kudos

Resolved! STM32H755Zi-Q~How to share data between cores

Currently I am just trying to share some data between cores, and right now I'm just trying to send a constant value to confirm operation.I have this code located in a file called share.h,typedef struct {   // shared data goes here   int16_t data;   }...

CFran.1 by Associate II
  • 1787 Views
  • 5 replies
  • 0 kudos

Resolved! STM32G0B1RC LSCO output on PA2 even the LSCOEN=0

Started using PA2 pin as a ADC input and found that the input voltage get corrupted with LSCO output. Happens not always, but very often. Powering board down and up sometimes fixes the problem, sometimes not.The LSCO output enable control bit LSCOEN ...

Resolved! fdcan bit time config for classic frame STM32H563VGT6

Hi,this is myproduct code STM32H563VGT6. I am configuring the FDCAN2 module.In particular the bit time using the filed below of the init structure of the HAL handler:hfdcan2.Init.NominalPrescaler (NBRP+1 of register FDCAN_NBTP)hfdcan2.Init.NominalSyn...

DAUSILI by Associate III
  • 205 Views
  • 6 replies
  • 2 kudos

STM32H562RIT6_temperature sensor

HiWhat is the exact percentage error of the internal temperature sensor in the STM32H562RIT6 microcontroller?Is this error percentage consistent across all temperature ranges?Please provide the exact percentage error for different temperature ranges....