STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32G474 CAN FD no priorization of CAN IDs?

I have multiple CAN FD Participant which are configured the same way:if (canFdMode == canFdModes_2mbit) { hfdcan1.Instance = FDCAN1; hfdcan1.Init.ClockDivider = FDCAN_CLOCK_DIV1; hfdcan1.Init.FrameFormat = FDCAN_FRAME_FD_BRS; hfdcan1.Init.Mod...

ATrug.1 by Associate II
  • 496 Views
  • 1 replies
  • 0 kudos

is it possible to use another output than MCO to generate an arbitrary clock (16.777216MHz) from an internal PLL block?

I want to use a different PLL block than PLL1 to leave PLL1 specific to SYSCLK generation; and for example use PLL2 to generate my arbitrary clock.I see that SAI blocks use for example PLL2 or PLL3 but I don't know if it is possible to make an arbitr...

Pintoo by Associate II
  • 1888 Views
  • 13 replies
  • 0 kudos

32F417 ADC conversion time - figures don't make sense

Hi All,I am using the simplest mode, single conv, software start, etc. 21MHz clock (/2 divisor).I have been measuring the conversion times both in a loop and with a scope on a waggled GPIO pin.With a sampling interval of 3,56,480 I see conversion tim...

PHolt.1 by Senior III
  • 574 Views
  • 3 replies
  • 0 kudos

Questions about ST's BFB workaround on STM32L072

I'm working on a STM32L072, and I want to implement an update over the air. I saw there is an errata about the dual bank boot, and ST has made a workaround on it, and it uses the EEPROM.Code from the errata sheet:void SystemInit(void) { /* ...

Ppeyr.1 by Associate III
  • 373 Views
  • 0 replies
  • 0 kudos

FATFS -SDMMC - DMA transfer problem

In CubeMX 5.3.0 I have configured FATFS and FREERTOS for a card running STM32L431. The HAL SDMMC driver is communicating with SD card, and everything goes well until the FATFS want to read the MBR block from the SD card. In this case, the DMA channel...

0690X00000ArmcOQAR.png 0690X00000ArmbuQAB.png
mads.l by Associate II
  • 659 Views
  • 1 replies
  • 1 kudos

STM32U575 ADC sampling issue

HelloI use a STM32U575 develop board to do the ADC sampling. The inject signal is 10mV RMS with 1.648V bias voltageHowever, from the sampling result, there is a obviously break point in the result.Could you help explain the reason and how to eliminat...

YFANG.2 by Associate III
  • 1335 Views
  • 2 replies
  • 0 kudos