User Activity

Hello,I have been using STM studio for monitoring run time behavior of a software for STM32F4 and I have noticed that traces of some variables contain abrupt changes to zero value. The zero values are displayed despite the fact that the actual value ...
Posted on August 15, 2017 at 14:16Hello,I have been developing control software based on STM32F207 and I have been using CAN interface for communication. There are several messages with different IDs on the CAN bus which my software is interested in...
Posted on May 25, 2017 at 15:47Hello all,I have problems with Message Queue in CMSIS-RTOS. I have following codefor putting C structures onto the Message QueueBOOL put_program_chunk(main_controller_req_t req){main_controller_req_t *p_req;BOOL retval...
Posted on March 23, 2017 at 12:13Hello,I have been trying to solve problem with the osMessagePut function fromCMSIS-RTOS wrapper. I am not able to insert instances of C structure intothe message queue.  My code is following:// transmission queuestat...
Posted on March 23, 2017 at 11:40Hello,I would like to ask you for an advice regarding the CAN messagesfiltering. I am not sure whether I understand the filtering and maskingin right manner. I have following settingsCAN_FilterConfTypeDef filt;filt.F...
Kudos from