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

wrong IS_RCC_PLLN_VALUE macro

Hi !This issue is still not fixed in the current F4 firmware V1.25.If USE_FULL_ASSERT is used the parameter check for a valid calculated value of PLLN=96 by STM32CubeMx fails.The old issue was closed therefore please raise a ticket (again) - thanks !...

Using SSL/TLS Authen with LWIP

Hello, I'm using STM32F7 and using LWIP with ethernet.So now I want to add the SSL certificate to authen to DNS broker like abc.com. Anyone have any example to do that?Many thanks,Hieu

Resolved! Potential bug in STM32H HAL v1.8.0: enabling CANFD transmission request for a given packet may disable TX for previous already queued requests.

The 2 instances where hfdcan->Instance->TXBAR is written in stm32h7xx_hal_fdcan.c (as means of activating a TX reqeust for a given CANFD packet) use a direct value assignment to the register:hfdcan->Instance->TXBAR = BufferIndex;hfdcan->Instance->TXB...

RMart.0 by Associate III
  • 1074 Views
  • 3 replies
  • 0 kudos

Timeout for UART using Interrupt Rx/Tx

Hi there,I currently have a system where I am using a UART Rx/Tx in "interrupt mode". Right now I am receiving packets of indeterminant length so I have a "header" section that contains the size of the "body section".Basically my code bounces back an...

MFord.1 by Associate III
  • 1426 Views
  • 1 replies
  • 1 kudos

Resolved! Intermittent USB VCP Com Port

Posted on May 11, 2017 at 12:58Hi,i designed a flight controller board based on STM32F303. i have a weird problem where each time i assembled a complete board, initially there will be no problem and PC will be able to detect and connect with the boa...