Artem Pisarenko
- Total activity 7
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
Activity overview
Latest activity by Artem Pisarenko-
Artem Pisarenko commented,
Sorry to hear that. I'm too busy right now. I'll update snippet to be compatible with latest FreeRTOS/GDB/Eclipse as soon as I'll have enough time to test it...
-
Artem Pisarenko commented,
Hi Prasanna,Actually, my implementation is modified implementation from standard Cortex-M3 port. There are no atmel port (i.e. it's microcontroller-independent). I compared it with your implementat...
-
Artem Pisarenko commented,
Thank you for your feedback ! Glad to hear you like it.As far as I remember, this code falls under the terms of this forum. At least, I do not restrict any usage/modification/distribution of this c...
-
Artem Pisarenko created a post,
ARM Cortex-M3 fault exceptions debugging support
More convinient replacement for http://www.freertos.org/Debugging-Hard-Faults-On-Cortex-M-Microcontrollers.html Execution automatically stops when catching fault and you may examine fault context v...
-
Artem Pisarenko created a post,
Tasks backtrace switcher/viewer snippet for debugger (gcc, gdb, ARM Cortex-M3 MPU port, Eclipse support)
This solution allows switch to any task from almost any context while debugging via GNU GDB debugger (even in Eclipse IDE !). Supported ports:- ARM Cortex-M3- ARM Cortex-M3 MPU(Switching from syste...