User Activity

Hi,I'm playing around HSEM module and i noticed strange behavior. Why calling:HAL_HSEM_FastTake(HSEM_ID_0);orHAL_HSEM_Take(HSEM_ID_0, 0);lock all semaphores at once instead of just locking single semaphore specified by a macro using 0 as processid?Th...
Hi,I've just received new nucleo board, created new project for this board using cubeIDE and first thing i wanted to check is how the memories are split between cores and i'm a bit confused because i'm missing atleast 500k of RAM as it's not in linke...