User Activity

Hi, I want to send a simple message through UART and check if message is properly received at Rx end. I want to do loopback test. I connect PD5 to PD6, namely short circuit. Then I run the below code. When I debug the code, I can see only the first b...
Hi,I would like to trace the variable through SWV data trace, trace log and also I want to get the data to plot via SWV Data Trace Timeline Graph. Eventhough when I make the required setup as below, I cant get the expected trace data, could you pls h...
Hi,I am getting the below warning when I compile my application. However, HAL_RTC_GetTime API expects the first argument of type pointer to a RTC_HandleTypeDef structure, thats what I provide, but I get this warning as highlighted below. 15:34:16 ***...
Hi,I am getting warning as build output as below. phaseBegin and phaseEnd is of type uint16_t. But, I typecast it as pointer variable to point uint8_t, because HAL_I2C_Mem_Read expects that argument to be pointer to uint8_t data.My code is here.Could...
Hi,I am trying to add HAL_I2C_Mem_Read into my application. However, when I write the API in the region below, it is not auto filled, I can not use the API. On the other hand, when I add the API inside the above function it works.How can I fix this ?...