STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

stm32g4 FDCAN fiters problem

Hi. I have a problem with can filers on a G4 board. With standard ids device worked well, but when i changed id to extended the filters stopped working. // 5. FDCAN Filters configuration // 5.1. Dual filter for broadcast messages sFilterConfig.IdType...

zemlemer by Associate
  • 123 Views
  • 3 replies
  • 0 kudos

Educational Lab Manual for B-L4S5I-IOT01A Discovery Kit

HiAnyone interested in having a copy of the material can contact us. Contents list includes: Unit 01 - Introduction to C Programming Unit 02 - Getting Started With GPIO Unit 03 - Getting Started With EXTI Unit 04 - Digital Interfacing (I) Unit 04 - D...

hayat by Associate III
  • 1145 Views
  • 9 replies
  • 5 kudos

Resolved! PDR_ON Floating

Dear,    We are working on a custom design which has PDR_ON pin floating. The board is already fabricated and assembled.    The part number is STM32H7A3AII6Q.    Please let us know if this has any consequences on normal operation of the MCU and if so...

Resolved! STM32U575 EXTI Interrupt usage

HiI'm using nucleo_u575zi board. Connected three external switches to PB0, PB1 & PB2 pins.By default, the pins are low, the pins are configured as:   /*Configure GPIO pins : EXT_PIN3_Pin EXT_PIN1_Pin EXT_PIN2_Pin */ GPIO_InitStruct.Pin = EXT_PIN3...

Meghana by Associate III
  • 225 Views
  • 1 replies
  • 1 kudos

DAC Sine Wave & Vertical Shift

Hi,I've successfully generated a sine wave using stm32 DAC. The current generated sine wave has the following properties; where min amplitude is 0 to max amplitude 4096 and the zero crossing is at 2048. I'd like to shift the output sine wave amplitud...