STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

FD CAN doesn't work properly

What is the best way to set up FD CAN in classic mode on stm32 nucleo h743zi board?Currently, I'm using FDCAN with 16 Mhz frequency on the bus and I want to get 500kbit/s.My settings are:hfdcan1.Init.NominalPrescaler=2;hfdcan1.Init.NominalSyncJumpWid...

MKami.0 by Associate
  • 470 Views
  • 1 replies
  • 0 kudos

Mask interrupt temporary

Hi All,I need to enable interrupt on GPIO PC0 only for 1sec: before and later interrupt form PC0 must be ignored.I've tried with disable the interrupt at the init and enable in a thread, wait for 1 sec and then disable again, but it doesn't work!stat...

Any indicator for why STM32 leaves SLEEP / STOP Mode?

I'm using the STM32L152. At certain points in my code I go into STOP mode. It seems to come out immediately. I'm not sure what interrupt or event is causing this. Is there any indication somewhere what event caused the processor to change modes? Than...

LThal by Associate II
  • 412 Views
  • 3 replies
  • 0 kudos

STM32F303 ADC Simultaneous 4 ADC sampling

Hello ,I have recently bought a Nucleo-144 with an STM32F303ZE . Ive been testing out basic programmes including ADCs and I am new to STM32 and embedded in general .Problem:I need to sample 4 channel input Intermediate Frequency(2MHz signal , and i ...

USakt by Associate
  • 584 Views
  • 0 replies
  • 0 kudos