STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

How to trigger input capture

Hello All,I want to trigger an input capture when another timer overflows. I have both timers set up, but I am missing on how to make the overflow event trigger the input capture of the other timer. The reference manual has been a good help, but I ca...

Banana123 by Associate II
  • 1691 Views
  • 6 replies
  • 4 kudos

TSC peripheral - Linear Slider

Hello,I have a board with a interlaced 4 segment capacitive slider, not half-ended, connected to channels G2-IO2, G3-IO2, G4-I02 and G5-IO2, so in the same bank but different groups, as it should be I suppose. Can anyone please tell me what comfigura...

Resolved! stm32h747i-DISCO display issues

I recently bought an stm32h747i-DISCO and tried to run 2 example projects the "JPEG_DecodingFromFLASH_DMA" and the "JPEG_MJPEG_VideoDecoding". Both of them run correctly on M7 processor, but it seems the display has an hardware problem because it tur...

AFato.3 by Associate II
  • 1353 Views
  • 3 replies
  • 1 kudos

Resolved! Is it ok to connect VDDIO2 Pin to VDD?

Hi,I am using STM32L071C8T6 which has a VDDIO2 power pin. I don't see any information on this pin in the STM32L0xx hardware dev reference. My application doesn't require a separate level or source for any GPIO's, so can I connect VDDIO2 directly to V...

icecats_0-1716374212586.png
icecats by Associate
  • 454 Views
  • 1 replies
  • 0 kudos

How to make a external NAND flash program algorithm?

Hi all,I am trying to program some data to an external NAND flash chip(connected by FMC) by STM32F429BI with MDK IDE.According to the ARM document, I make a project(download it in the attachment) to generate the FLM file.(Before compiler the project,...

Junde_0-1716370895046.png
Junde by Senior III
  • 488 Views
  • 0 replies
  • 0 kudos

Resolved! STM32F303VET - issue in transmitting CAN messages

I am having an issue in transmitting CAN messages, my situation is the following:There is an interrupt function for RX messages from CAN1, when a message is received, it sets a flag. The baud rate of the RX message is 10ms and they are being sent ove...

GComes by Associate II
  • 1443 Views
  • 7 replies
  • 1 kudos

Not getting proper response from CR95HF

I am trying to read NFC tags using the NFC03A1 NFC Module and the NUCLEO F439ZI, but I am not able to establish the connection.After sending the ECHO Command (0x00 0x55) and then sending the POLL control byte (0x03), when I read the response using HA...