Hey,
is it possible to debug a AVR program in Simulide if it was written in modular way? I am attaching an example project. The whole project is composed from these files:
The whole project is translated using Makefile.
Is it possible to debug a C program written in this way step by step in multiple files?
Thank you in advance for the answer.
Have a nice day.
is it possible to debug a AVR program in Simulide if it was written in modular way? I am attaching an example project. The whole project is composed from these files:
- main.c - file with function main()
- contol.h control.c - module for PWM initialization
- ad9833.h ad9833.c - module for controlling the DA converter
- spi.h spi.c - module for controlling SPI communication
The whole project is translated using Makefile.
Is it possible to debug a C program written in this way step by step in multiple files?
Thank you in advance for the answer.
Have a nice day.