STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! FDCAN Not Transmitting or Receiving on STM32G0B1CCT6

I am working on FDCAN communication using an STM32G0B1CCT6 microcontroller. I am trying to perform a simple Tx/Rx loopback test (and later communication with external tools like Vehicle Spy), but I am facing the following problem: FDCAN is not trans...

AKG123 by Associate II
  • 467 Views
  • 13 replies
  • 3 kudos

use the LCD screen of the STM32N6570DK

I am currently trying to use the LCD screen of the STM32N6570DK development board. But when I integrate the relevant information from the official firmware package into my project and try to use CUBEIDE for DEBUG, an error message will appear like th...

creeper_0-1746363477412.png creeper_1-1746363573287.png
creeper by Associate II
  • 100 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
  • 4488 Views
  • 6 replies
  • 0 kudos

Clock frequency for STM32F303

Hi,I used to run my STM32F303RE at 72Mhz clock from a 8Mhz CMOS oscillator. . Timers8/1 operated at 72Mhz as well. That worked fine. I had to change the CMOS oscillator from 8 to 24Mhz.I tried two modifications, see attachment:a) I changed PLLMul fro...

DetlefS by Associate III
  • 87 Views
  • 3 replies
  • 0 kudos

USART receiver timeout after a (LIN) BREAK?

Hi there,I am using the full featured USART in LIN mode. The start of a LIN packet is signaled by a BREAK condition. The next byte is the SYNC (0x55). After the BREAK is detected, I enable the receiver timeout so that if the SYNC (0x55) is not receiv...

STM32H7 SRAM ECC Triggered unexpectedly

Hi,I am testing the ECC on DTCM on the STM32H7A3ZI.  At start of day I initialize all of DTCM apart from a single test location.  I have a test which reads from that uninitialized location and successfully provokes the SRAM ECC interrupt, correctly r...

ChrisO by Visitor
  • 50 Views
  • 1 replies
  • 0 kudos

STM32H723 TIM2 in encoder mode not working

Hello, I have the following problem - I configured TIM2 of STM32H723 in Encoder Mode following all recommendations in the Reference Manual RM0468, chapter Encoder Interface Mode, p. 1694: • CC1S= 01 (TIMx_CCMR1 register, TI1FP1 mapped on TI1)• CC2S= ...

radekbg by Visitor
  • 45 Views
  • 0 replies
  • 0 kudos