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

Reset pin - add external pullup, or not?

Hello team,Generally , Reset pin by default status is Logic High.But in AN4206 ( Page 31) , NRST pin is not Connected to 3.3V , it is left Floating with Capacitor.Is that Okay ? My device is STM32F303.Regards,

bsuthar by Associate III
  • 661 Views
  • 9 replies
  • 1 kudos

USB CDC minimum working example for STM32C071?

Apologies for the ignorance, I'm a beginner with STM32 and I purchased the STM32C071K8T6 MCU since it has built-in USB capabilities. I am trying to implement USB CDC, but I'm becoming quite confused with all the USBX and ThreadX stuff I have to enabl...

Resolved! NUCLEO-N657X0-Q STM32CubeIDE NetXDuo

Hi everyone, for several days I've been trying to replicate the Nx_TCP_Echo_Server application example by creating a project with the .IOC file, but I can't establish Ethernet communication. If I compile and run the example, everything works, but m...

GEKO by Associate II
  • 430 Views
  • 4 replies
  • 1 kudos

STM32F746BGT6 (LQFP208) 10" LCD Flickering Issue

Hi Folks,I’m currently observing flickering on a 10" TFT LCD screen and would appreciate some expert advice regarding the connections for LCD_CLK, LCD_HSYNC, and LCD_VSYNC.At present, the signals are connected as follows:MCU LCD_CLK → Non-Inverting B...

hari0369 by Associate
  • 185 Views
  • 1 replies
  • 1 kudos

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
  • 252 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
  • 6133 Views
  • 7 replies
  • 1 kudos