STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

How to use backup registers without setting up RTC ?

Hello,I have a question: I want to use the backup registers to recover data after waking up from standby. Is it possible using it without setting up RTC or are they bound to RTC ?If they are related and setting up RTC is mandatory prior to use the re...

migmel by Senior
  • 3779 Views
  • 6 replies
  • 0 kudos

How To use software NSS using SPI DMA with STM32G474

I'm using STM32G474 and I want to use SPI DMA with ltc2344-16 (ADC chip)I can send and receive data through SPI using below codes. (LL) void ADC_RECEIVE(uint8_t data_in) { uint16_t registor = 0; uint16_t part[6]= {0,0,0,0,0,0};   if(data_in == 0) ...

Lkim.1 by Associate II
  • 1657 Views
  • 1 replies
  • 0 kudos

Stuck in UART_WaitOnFlagUntilTimeout HAL lib

Posted on January 04, 2016 at 18:38 Hello there! I'm trying to communicate with the STM spwf01sa wifi module via UART. At first, it works for about 10-15 minutes, then the software stucks, right after the HAL_UART_Receive, in theUART_Wait...

Quad encoder user input using interrupts (LPTIM)

I'm attempting to use a quad encoder as user input. It is connected to the LPTIM1, so I was going to use the HAL functions with encoder mode. I want to be able to sense both the direction and amount of turn of the encoder in order to move selection ...

SMoon.2 by Associate III
  • 425 Views
  • 0 replies
  • 0 kudos

Certain chars lost during USB_FS transmission

Hi. I am using a STM32F756-EVAL board for USB_FS transmission.messageprocesser.c#include "messageprocesser.h" #include "main.h" #include "usbd_cdc_if.h" #include <string.h> #include "string.h"   //Sample cmd: TOARM_FIRMV_00000000_4C\r\n #define MESSA...

OIp.1 by Associate III
  • 540 Views
  • 1 replies
  • 0 kudos