STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Running CRC check in HAL uart driver

I am using "HAL_UART_Transmit" and "HAL_UART_Receive" in the HAL uart driver to perform uart communication. While adding the CRC check to the communication protocol, I am wondering if there's any HAL uart driver API that incorporates CRC check functi...

Resolved! STM32CubeF4 examples don't build in MKD 5.38

Dear support team,I download recently the last release of Stm32cubeF4 v1.28 and I have the MDK V5.38 installed in my machine, so normally I was expecting that examples will build out of the box but it's not the case.It looks like the project example ...

Bassem by Associate II
  • 349 Views
  • 7 replies
  • 0 kudos

Behaviour of HAL_UART_ErrorCallback

It seems that, if an error occurs on the last (or only) byte of a HAL_UART_Receive_IT transfer, the HAL_UART_ErrorCallback will not be called until after the HAL_UART_RxCpltCallback - is that right?STM32F0 Cube package.

STM32 firmware update (USB DFU) and encryption

HiI successfully got the USB DFU bootlader working in 2 hours.This one: https://www.youtube.com/watch?v=n_LDXOQHerUNow i would like to add some encryption to it with a time budget of couple of hours.I am already using python for USB DFU update.What i...

MK..1 by Associate III
  • 244 Views
  • 1 replies
  • 1 kudos