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

Resolved! Can I use STM32L4 at 80MHz generated by HSI16?

I think it is quite natural to operate the STM32L433 at 80 MHz generated from HSI16, but is this guaranteed to be accurate?When creating 80 MHz from HSI16 in STM32CubeMX, no error occurs, but when inputting 16.08 MHz to HSE in the same way, an error ...

ikeken by Associate II
  • 147 Views
  • 2 replies
  • 0 kudos

Help with FD-CAN filter

Hello,I work with STM32G484, with FDCAN. I want to create filter so only messages with my own CAN_ID will reach HAL_FDCAN_RxFifo0Callback.I started by define the filter:filter.IdType = FDCAN_STANDARD_ID;filter.FilterIndex = 0;filter.FilterType = FDCA...

prigo87 by Associate II
  • 5569 Views
  • 7 replies
  • 1 kudos

Resolved! FDCAN filter configuration to receive the ID 0x002 only

hello @mƎALLEm , as you sugestted, i only want to receive a ID 0x002, so my code is like // 设置接收过滤器 FDCAN_FilterTypeDef sFilterConfig; sFilterConfig.IdType = FDCAN_STANDARD_ID; sFilterConfig.FilterIndex = 0; sFilterConfig.FilterType =...

dqsh06 by Senior
  • 142 Views
  • 1 replies
  • 0 kudos

STM32G484 I2C Issues to External Device

Hello everyone,I have been trying to open communications via I2C between the STM32G484RET6 and a MCP47FXDX8 DAC using the STM32CubeIDE toolchain.However, as I struggled with that so much I took a step back and just tried to read the I2C data from a N...

PhillyG_SNL_1-1754329214695.png PhillyG_SNL_2-1754329260105.png PhillyG_SNL_1-1754331906236.png PhillyG_SNL_2-1754332273739.png

stm32l412kbu3 USB

I want to use the 32-pin package of STM32L412 (STM32L412KBU3) as a USB device, using I2C to connect to a few sensors.If I use HSE clock on pin PA0, any suggestion as to a suitable crystal & caps?Could I use LSE instead, would this be accurate enough ...

SLevi.1 by Associate III
  • 119 Views
  • 2 replies
  • 0 kudos

STM32H573 SDMMC NEGEDGE valid/hold time

Dear ST Community,I am using the STM32H573's SDMMC interface to communicate with a soft eMMC device implemented in FPGA:1.8V I/ODDR==0 modeCLKDIV>0.I'm setting up the timing constraints for the FPGA's CMD input versus the CK input and I have a query ...

benjacam by Associate
  • 142 Views
  • 0 replies
  • 0 kudos