STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! I need help with trying to figure out how to set my time using a push button and the RTC peripheral on the STM32G031K8 board. I can't seem to figure out how to get it to increment instead it just keeps getting reset to 00:00:00.

What do I need to do to be able to be able to set the time through the use of a push button. Is there a way to set the hours and min separately or does the RTC need to be set all at once? Here is my call back function where I am trying to set just th...

JWire.1 by Associate III
  • 1454 Views
  • 6 replies
  • 0 kudos

STM32H7 direct channel

i am using stm32h723zg nucleo board, I'm using adc's direct channe, h723zg have only PC2_C,PC3_C,.Firs ı use this function and no noise>LL_SYSCFG_CloseAnalogSwitch(LL_SYSCFG_ANALOG_SWITCH_PC2|LL_SYSCFG_ANALOG_SWITCH_PC3);second ı use this function ...

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
  • 1440 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
  • 2455 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
  • 8315 Views
  • 7 replies
  • 13 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
  • 2153 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
  • 1966 Views
  • 3 replies
  • 2 kudos