STM32 MCUs Embedded software

Ask questions and find answers on STM32Cube packages, including HAL, LL and middleware, and expansion software.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Receiving/transmitting using UART and LL API

Hello,I am experiencing some problems when trying to receive data from PC using UART and then check if it is correct. I am using using LL API and this code is placed in while(1) of main function. For example, when I send 'A' from PC to STM32, PC rece...

0693W00000AOIHrQAP.png
Indois by Associate II
  • 5755 Views
  • 7 replies
  • 0 kudos

STM32F411RE NUCLEO Usart Bootloader issue

Hi everyone,I am trying to communicate with default ST UART bootloader on nucleo-F4RE. I have connect the PA9 and PA10 to my second nucleo-board on which I send the 0x7F (9600 baudrate, Even parity,1 stopbit and 8B data (also tried 9B data)). If I ch...

OSale.2 by Associate
  • 576 Views
  • 1 replies
  • 0 kudos

Resolved! STM32L451 DMA and request on same channel?

Hello,I am running FreeRTOS Multitasks application. Actually, I am using the DMA1 channel 4 and 5 for SPI transfer and request #1.Now, I wonder if I can run in parallel USART DMA using the same channels (4 and 5) but they are linked to another req...

CGren.1 by Associate II
  • 583 Views
  • 2 replies
  • 0 kudos

question about the ADC operation.

1. How can I selectively read only one channel when using multiple ADC channels in each of the ADC interrupt mode and ADC DMA mode?(If you use HAL_ADC_Start_DMA(&hadc1, ADCvalue, 2), you can read each channel from ADCvalue[0] and ADCvalue[1]. I want ...

HAPPYDAY by Associate II
  • 495 Views
  • 0 replies
  • 0 kudos

P-L496G-CELL02: Unable to setup eSIM

Hello,I am currently trying to run the X-CUBE-CELLULAR demonstration project as per the Getting Started Guide (UM2567). and "How to enable SIM MFF2 connectivity with P-L496G-CELL02.txt"I've have been unable to retrieve the BIC from the BG96 with the ...

AGiml by Associate
  • 428 Views
  • 0 replies
  • 0 kudos

both of stm32h743's usb host support dma?

hiOn stm32h743, usb hs1 with external phy works perfectly well in dma mode. Its perfoamance and reliability is very good.But usb hs2 with internal phy not work in dma mode. If I disabled dma mode, it works but not reliable. It's internl fifo sometime...

shark by Senior
  • 755 Views
  • 1 replies
  • 0 kudos