User Activity

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 ?...
Hi,I am building my application which can be found here.I get many errors of which mostly about multiple definition of variable. However, when I search through the code, I dont see a second definition. For example, _i2cAddress is only defined once in...