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

Regd HAL_UARTEx_ReceiveToIdle_DMA for STM32H563ZI

hi,I want to receive using DMA on STM32H563ZIThe packet size in not fixed. So i plan to receive first two bytes using HAL_UART_Receive_IT.Once i get the Length Information I can start reception using HAL_UART_Receive_DMA.If i need to receive 10, byte...

Resolved! Netx secure client authentication

I am using Netx secure for TLS implementation.here my requirement is to establish a TLS connection with mutual authentication (client and server).I am able to establish the proper handshake with Mutual authentication but the problem is when I try to ...

sabari1 by Associate III
  • 1243 Views
  • 1 replies
  • 0 kudos

Resolved! STM32WB55 Thread Undefined Reference To Errors

Hi,I'm trying to debug new thread ftd project. You can find my settings below:   - HSEM - IPCC - RCC -> HSE/LSE - SYS -> Serial wire - RTC - LPUART1 & LPUART1 DMA - USART1 & USART1 DMA - RF - STM32_WPAN as a THREAD   When I debug it, It gives me a li...

Resolved! STM32G031K8 ADC Vref INT

Hi, I am trying to measure the Vref+ voltage using the ADC on the STM32G031K8. I looked at the latest datasheet saying that the VREF CAL value is the memory adress given below.   So, when I run this code through the debugger,1.) It gives me a hard fa...

vref_int_datasheet.png code.png Screenshot 2023-12-31 072004.png

External FLASH Memory with STM

I am Interface the External FLASH memory with STM MCU.As per Data sheet All command Implemented on Software But what next i can do not understand.Can You please suggest me any example code of External FLASH Memory with STM MCU using SPI communication...

YShah.1 by Associate II
  • 3067 Views
  • 2 replies
  • 0 kudos

Resolved! A question on use timer and samples out

Good morning everyone,I'm at my first experience with STM and between guides and tutorials I'm learning many things.But I wanted to configure a 32bit TIM5 timer on my STM32F446 board, I would like my timer to calculate a sample every 0.000001s, only ...

Daddi by Associate
  • 1354 Views
  • 2 replies
  • 0 kudos

Resolved! RTC values don't change, although alarm is working

Hello,I am trying to use the RTC on a F401CCU6, but the values of the RTC don't change, and stay to what values I've set them in the IOC. I'm using the following function to get the time, and I read the values in the debugger. RTC_TimeTypeDef sTime;H...

Nescada_0-1704114514260.png
Nescada by Associate
  • 1433 Views
  • 2 replies
  • 0 kudos