gopintj
Member level 4
- Joined
- Sep 1, 2010
- Messages
- 77
- Helped
- 4
- Reputation
- 8
- Reaction score
- 4
- Trophy points
- 1,298
- Activity points
- 1,953
how to take microcontroller program output as Log files
Hi all, Hope you all are fine.
I am currently involved in one task in which i need to know each and every operation that a microcontroller does. I though of using UART to print serial stream of characters when a particular event occurs. Using UART is one good method. But i would like to get this information without using any UART kind of stuffs.
For eg. If i send a byte of data to i2c device, i would like to know this information as logs. Does anyone have any idea to collect all this information and save them in a log file?
Hi all, Hope you all are fine.
I am currently involved in one task in which i need to know each and every operation that a microcontroller does. I though of using UART to print serial stream of characters when a particular event occurs. Using UART is one good method. But i would like to get this information without using any UART kind of stuffs.
For eg. If i send a byte of data to i2c device, i would like to know this information as logs. Does anyone have any idea to collect all this information and save them in a log file?