STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! RTC start time of the init mode

Hello,I've a project with the STM32G030F6 which use the RTC (SYSCLK=64MHz RTCCLK=32768Hz). During the setting of new date/time I enable the INIT mode with: LL_RTC_EnableInitMode (RTC); while (0u == READ_BIT (RTC->ICSR, RTC_ICSR_INITF)) { } The runtim...

bm2 by Associate III
  • 1005 Views
  • 6 replies
  • 0 kudos

HOW to reset nucleo H755 (blocked board)

Hola a todos, soy nuevo en STM32.Mi placa está bloqueada en este estado (ver en la foto): 2 LED en estado rojo continuamente. Busque en Google y descargue una copia de STM32 Cube Programmer, evita las tonterías de IDE/GDBRevisar el manual de la placa...

Imagen de WhatsApp 2024-06-13 a las 14.38.28_7aedc905.jpg
Fablax by Associate
  • 423 Views
  • 2 replies
  • 0 kudos

USBX Device CDC ACM problem

Hi all,I am writing to you because I am trying to understand how to make the USB CDC ACM work on the Nucleo U5A5ZJ board. First of all I analyzed some ST webinars and tested the UX_Device_CDC_ACM program which works correctly. I tried to reproduce it...

High speed data transfer from STM32 to the PC

What is the best way to transfer high-speed data (12.288 Mbit/s) from the STM32H723 microcontroller to a PC? I'm controlling a four-channel audio codec (AK4619vn) and need to sample the FFT of the signal received from the ADC on the PC. The STM32 MCU...

Yusuf2 by Associate II
  • 968 Views
  • 4 replies
  • 3 kudos