fp=fopen("Issamos.csv","w+");
/* Infinite loop */
/* USER CODE BEGIN WHILE */
while (1)
{
/* USER CODE END WHILE */
/* USER CODE BEGIN 3 */
temp_value = BSP_TSENSOR_ReadTemp();
int tmpInt1 = temp_value;
float tmpFrac = temp_val...
Dear Knarf,Many thanks for the answer, I am not from an embedded system background and I am just starting.As I said before, I am currently sending the data from the board to turbostudio terminal and I can see the data which seems correct.I now, want ...