Hi all,
First of all, i am quite new on microcontroller programing. I am using Keil and a EK-TM4C123GXL. I have just defined a Finite State Machine to control an old printer stepper motor. It seems to work fine but I want to check the state number of my FSM during execution that is stored in a variable. In real board debuging I have defined an array in my C code to check the state of my FSM every run of my main program, but now I want to export all the sequence of numbers to a txt file in my PC. Any idea, or indication on how to do it? I assume if I am able to do it with the FSM state number I will be able to do it also with the reading of some sensor or any data that the microcontroler is handling. Any idea on how to do it or indication where I can find some info?
Thanks in advance
Joan S.