STM32 MCUs Products

Ask questions, find answers, and share insights on STM32 products and their technical features.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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
  • 2140 Views
  • 1 replies
  • 0 kudos

Stm32l4R9AII6 Custom Board External Sram W/R Problem

Hi,I am using 16Mbit Sram (IS61WV102416DBLL)The Sram-MCU (STM32L4R9AII6) schematic is as follows"Chip Select NE1" default pins are used on the MCU sideI added FMC and detailed pin Configuration as "fmc_ram.pdf"Code : #define SRAM_BANK_ADDR ...

0693W00000YAPWKQA5.png 0693W00000YAQYAQA5.png
snnzdmr1 by Associate III
  • 515 Views
  • 0 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
  • 630 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
  • 849 Views
  • 1 replies
  • 0 kudos