STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

I'm using STM32u575ZI-Q Hardfault is triggering in debug mode when it hits a breakpoint. I'm facing this on implementing IWDG. May I know what might be the issue and resolution?

Here is my code for IWDGLL_IWDG_EnableWriteAccess(IWDG);   // Set the prescaler value of 8 to the IWDG LL_IWDG_SetPrescaler(IWDG, LL_IWDG_PRESCALER_8);   // Specify the IWDG down-counter reload value LL_IWDG_SetReloadCounter(IWDG, 2000); ...

Umahe.1 by Associate II
  • 477 Views
  • 1 replies
  • 0 kudos

Resolved! Bypass vs Crystal ceramic

Posted on July 04, 2017 at 15:47Hello Team,As per STM32F769I-DISCO board schematic, I understood it should be Bypass clock source.But default cube project gives selection as Crystal ceramic. Why it is ceramic crystal?Request you to help me which one...

0690X00000607RIQAY.png 0690X00000607L6QAI.png 0690X00000607RSQAY.png

Can the STM32F103 support ISO 11992?

I've been asked to modify a device that uses a STMF103 on a J1939 CAN Bus to use ISO 11992. According to Wikipedia, this protocol is "similar to SAE J1939".Does anyone have experience with this protocol? And can the STMF103 be made to support it?Th...

Resolved! simple 3 Button Touch Key application using TSC on STM32L431 goes wrong when power supply drops from 3.3V to approx 3.0V then recovers to 3.3V.

simple 3 Button Touch Key application using TSC on STM32L431 goes wrong when VDD power supply drops from 3.3V to approx 3.0V (just above BOR level) then recovers to 3.3V.All 3 Buttons are read back as active from this point on. Has anybody experience...

SAI_DMA_ERROR while using Receive_IT()

Dear Community,i'm working on an 4 Slot SAI Interface with an STM32G4 Series MCU. The FrameSync signal is kind of slow (~2kHz) so i want to use the Receive_IT() to throw an interrupt when 4 Slots (32Bit each) has received. So after starting the ADC H...

TBaue.1 by Associate
  • 656 Views
  • 0 replies
  • 0 kudos