STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! STM32F4 HAL Libaries

Posted on February 10, 2018 at 09:44Hi,I am trying to migrate from STM32 Standard peripheral libraries to HAL libraries. I have few queries here:1)   Can i use HAL libraries with Keil without first creating project in CubeMX? I just want to build my...

Resolved! Bug in osMailCAlloc (cmsis_os.c)

Posted on May 29, 2017 at 16:50I believe there is a bug in the osMailCAlloc function from cmsis_os.c V1.02 (STM32Cube_FW_F1_V1.4.0).The function will always assign 0 to the first 4 bytes of the block, since sizeof an uint32_t is 4.if (p) {  for (i =...

kelvin2 by Associate
  • 381 Views
  • 2 replies
  • 0 kudos