STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! HAL_SPI_Receive() ... Source Code

HIcommunityI am new to the STM32 world and am looking for the name of the library file in which the function HAL_SPI_Receive (..) is included as source code or the direct source code of this function.thanks for help

PKyyy.1 by Associate
  • 671 Views
  • 3 replies
  • 0 kudos

Resolved! FreeRTOs stuck at vsprintf

Hi,I have used STM32l562-edk evk hardware and stm32cubeide for software. I have enable freertos in the project. For debug print message purpose I have created one function named as logPrint. char g_msg_buf[100];void logPrint(const char *format, ...){...

Neel by Associate III
  • 1776 Views
  • 8 replies
  • 0 kudos