User Activity

Hi,I have allocated memory pool for my doubly linked list using osMemoryPoolNewI want to be able to insert and delete nodes to the doubly linked list. My question is , When I am deleting the node I am unsure if I have to using osMemoryPoolDelete or o...
Hi ,I am using Cortex debug extension in Visual studio code to debug my STM32F4 custom board . I am successfully able to debug using CubeIDE . But with Visual studio code the code hangs at the below line of queue.c . configASSERT(pxQueue->uxItemSize ...
I am trying to use both CAN1 and CAn2 with both 500KBPS . CAN1 transmits successfully . But for CAN2 TX mailboxes return full. Below is my CAN configurations file. Any help appreciated
Hi ,I am trying to install CubeMX on MAC M1 . I have been getting this error Exe path is: /Applications/SetupSTM32CubeMX-6.6.1.app/Contents/MacOs Search java from relative path ---- Checking java in /Applications/SetupSTM32CubeMX-6.6.1.app/Contents/M...
I am using STM32L46 CAN and trying to receive a chunk of data from the remote device .When its 73bytes I do not get any messages . I see the first 8 bytes in RDL0R and RDH0R. Also I see RF0R as 0 FIFO interrupt being enabled. I am using STM HAL APIs...