Retrieve the value of a variable on PC from TC275

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
User17394
Level 2
Level 2
Hello everyone,

I have a function that I executed on my board (Application kit TC275) from the HighTec Free tool chain and I try to retrieve this value to my PC by the USB connection. Also, I want to know the size that the function take on my board and to retrieve it on my PC. (maybe I can retrieve all these informations on a txt file that the board create and send to the PC by USB ?)



main(){

// initialization of the board

my_function(); // how can I retrieve the return value on the PC and also the size on memory of this function

}


Thank you in advance.
0 Likes
0 Replies