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! Stm32H7 Can bus communication issue

Hello I am having an weird issue and was hoping if someone could provide some guidance. Hardware : Two Stm32 H7 with CAN TranscieverNvidia OrinCan Adapter/Sniffer (Canable) What works :  Stm32H7 to Stm32H7 Nucleo Board Can Bus works.Nvidia Orin < - >...

Amogh by Associate III
  • 7304 Views
  • 17 replies
  • 9 kudos

Resolved! User timer interrupt for capture multiple time

Hi all,I'm working with STM32F4 discovery board, and I'd like to know if I can use one timer with interrupt to capture multiple time.For example I'd like to use TIM16, and be able to check 4 times : 150ms, 250ms, 500ms and 1000ms is it possible? Afte...

SBaro.11 by Associate III
  • 918 Views
  • 3 replies
  • 0 kudos

STM32F446RET6 Nokia5110

I am using CMSIS for STM32F446RET6 (clock speed at 180 MHz) to drive Nokia5110 LCD Module via SPI1. But, this program doesn't work. When I test with STM32F103C8T6 (using CMSIS and Clock speed 72 MHz), Nokia5110 work well. Please help me. How to corre...

May by Associate
  • 722 Views
  • 2 replies
  • 0 kudos

ADC Conversion time of STM32U5A5

Hello,i've implemented a routine to measure some ADC channels with the MCU STM32U5A5ZJ.After one measurement is finished (interrupt triggers after conversion) i start the conversion for the next channel.Settings:ADC conversion: Single conversion mode...

Shaheen by Associate II
  • 1003 Views
  • 3 replies
  • 0 kudos

Resolved! Wrong message ID sent on FDCAN

I am using the FDCAN module on STM32H753 to send messages. The message ID is always the same: 0x7DF. So I create a static Tx header:  static FDCAN_TxHeaderTypeDef txHeader = { .Identifier = 0x07DF, .IdType = FDCAN_STANDARD_ID, .TxFrameType = FDCAN_DA...

MZadn.1 by Associate II
  • 1466 Views
  • 5 replies
  • 2 kudos