STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! [SOLVED] Question about GPIO interrupt and timer count

Hello!I have a 100 kHz external singal connected to a GPIO input (PD7), at the moment I am generating the signal with a good signal generator so it has very little jitter. What I want to do is measure the length of the period of each one of 4096 succ...

rafa.uy by Associate
  • 1289 Views
  • 4 replies
  • 0 kudos

How to create delay in nanosecond?

Hello,I am working on Nucleo-H745ZIQ board. My cortex M7 running on 400MHZ and My Cortex M4 work on 200MHZ. I am interfacing the ADS7046 for that I need 450ns delay for conversion. The systick generate delay in millisecond. How I create delay in nano...

MDeva.1 by Associate II
  • 2151 Views
  • 5 replies
  • 0 kudos

STM32F407 Uart DMA transfer overrun condition

I need some clarification on using the Uart device in DMA modehow should i handle the overrun condition (ORE bit set in SR register) ?The read sequence SR and DR register reset the ORE bitIn DMA mode how I can do this ? I must enable the EIE bit in C...

what isITR0, ITR1 how do I set it up

I see that times can be initiated by ITR0, ITR1 in CubeMX etc. I understand that it is internal interrupt. I do not how to set for example another timer to turn another timer on and off.I do not see in CubeMX any option to setup one timer as global i...

MNapi by Senior III
  • 7387 Views
  • 7 replies
  • 10 kudos

Resolved! CAN Bus 2.0 and CAN bus FD

We have developed our control system around CAN bus 2.0, but we are trying to move up to the H7, and it only has CAN FD. The question is, can CAN bus FD be configured for operating like CAN bus 2.0?

IAgui by Associate II
  • 1882 Views
  • 7 replies
  • 0 kudos

We intend to use STWBC2-HP in our PCB. We would like to use circuit "Qi single coil, fixed frequency full-bridge, USB powered". However, we could not identify components used. Do you have any schematic with higher detail level of details?

We intend to use STWBC2-HP in our PCB. We would like to use circuit "Qi single coil, fixed frequency full-bridge, USB powered". However, we could not identify components used. Do you have any schematic with higher detail level of details (such as res...

De init peripherals to jump another app

I am writing a code to jump to another application in the flash. In the last step I am initiating peripherals. My question is related if it is sure to de init peripherals without disable the peripheral first. Example: LL_CRC_DeInit(CRC); LL_AHB1_GRP...

JCuna.1 by Senior
  • 1649 Views
  • 3 replies
  • 2 kudos

GPIO Analog Mode vs Alternate Function ADC

Hello,I am trying to do a voltage measurement, i know i can use ADC to do it. What a gpio is capable of when it is configured as Analog Mode? Can it measure voltages? or Can it trigger an interrupt if a defined threshold exceeds?I need a clarificatio...

How to clear the SPI RX FIFO (register mode)

Hi all, I have an issue. I need to see the Slaves free space, for that, I am reading the slave's Empty space, and based on the results I send the data points which needed. but I am having a big issue. it always has a one execution cycle delay. For ex...

Roshan by Associate III
  • 2135 Views
  • 4 replies
  • 0 kudos